#58B4AD

Color #58B4AD Puerto Rico (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Puerto Rico #58B4AD

Tints of Puerto Rico #58B4AD

Color information

#58B4AD (or 0x58B4AD) is unknown color: approx Puerto Rico. HEX triplet: 58, B4 and AD. RGB value is (88,180,173). Sum of RGB (Red+Green+Blue) = 88+180+173=441 (58% of max value = 765). Red value is 88 (34.77% from 255 or 19.95% from 441); Green value is 180 (70.70% from 255 or 40.82% from 441); Blue value is 173 (67.97% from 255 or 39.23% from 441); Max value from RGB is 180 - color contains mainly: green. Hex color #58B4AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58B4AD is #A74B52. Grayscale: #979797. Windows color (decimal): -10963795 or 11383896. OLE color: 11383896.

HSL color Cylindrical-coordinate representation of color #58B4AD: hue angle of 175.43º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #58B4AD is Cyan = 0.51, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB88180173-
CMYK0.5100.040.29
HSL175.43º38.02%52.55%-
HSV(B)175.43º51.11%70.59%-
XYZ27.8937.7345.35-
YUV151.69140.0282.57-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 88 (34.77% from 255) = 19.95%
GREEN value IS 180 (70.70% from 255) = 40.82%
BLUE value IS 173 (67.97% from 255) = 39.23%
R=19.95%
G=40.82%
B=39.23%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal881801730.5100.040.29175.4338.0252.55
Hex58B4AD33041Daf2635
Octal1302642556304352574665
Binary1011000101101001010110111001101001110110101111100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58B4AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58B4AD; }

 p { color: rgb(88,180,173); }

 H1.HeaderClassName
 {
   color: #58B4AD;
 }
 .AnyTagClassName
 {
   color: #58B4AD;
 }
</style>
background-color css

<style>
 a { background-color: #58B4AD; }

 a { background-color: rgb(88,180,173); }

 div.DivClassName
 {
   background-color: #58B4AD;
 }
 .BgClassName
 {
   background-color: #58B4AD;
 }
</style>
border-color css

<style>
 span { border-color: #58B4AD; }

 span { border-color: rgb(88,180,173); }

 td.TdClassName
 {
   border-color: #58B4AD;
 }
 .TagClassName
 {
   border-color: #58B4AD;
 }
</style>