#58C5B8

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

Shades of Puerto Rico #58C5B8

Tints of Puerto Rico #58C5B8

Color information

#58C5B8 (or 0x58C5B8) is unknown color: approx Puerto Rico. HEX triplet: 58, C5 and B8. RGB value is (88,197,184). Sum of RGB (Red+Green+Blue) = 88+197+184=469 (62% of max value = 765). Red value is 88 (34.77% from 255 or 18.76% from 469); Green value is 197 (77.34% from 255 or 42.00% from 469); Blue value is 184 (72.27% from 255 or 39.23% from 469); Max value from RGB is 197 - color contains mainly: green. Hex color #58C5B8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58C5B8 is #A73A47. Grayscale: #A2A2A2. Windows color (decimal): -10959432 or 12109144. OLE color: 12109144.

HSL color Cylindrical-coordinate representation of color #58C5B8: hue angle of 172.84º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #58C5B8 is Cyan = 0.55, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.23.

Color convert

RGB88197184-
CMYK0.5500.070.23
HSL172.84º48.44%55.88%-
HSV(B)172.84º55.33%77.25%-
XYZ32.6445.4752.4-
YUV162.93139.8974.56-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 18.76%
GREEN value IS 197 (77.34% from 255) = 42.00%
BLUE value IS 184 (72.27% from 255) = 39.23%
R=18.76%
G=42.00%
B=39.23%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal881971840.5500.070.23172.8448.4455.88
Hex58C5B8370717ad3038
Octal1303052706707272556070
Binary1011000110001011011100011011101111011110101101110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58C5B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,197,184); }

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

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

 a { background-color: rgb(88,197,184); }

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

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

 span { border-color: rgb(88,197,184); }

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