#58C4B6

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

Shades of Puerto Rico #58C4B6

Tints of Puerto Rico #58C4B6

Color information

#58C4B6 (or 0x58C4B6) is unknown color: approx Puerto Rico. HEX triplet: 58, C4 and B6. RGB value is (88,196,182). Sum of RGB (Red+Green+Blue) = 88+196+182=466 (61% of max value = 765). Red value is 88 (34.77% from 255 or 18.88% from 466); Green value is 196 (76.95% from 255 or 42.06% from 466); Blue value is 182 (71.48% from 255 or 39.06% from 466); Max value from RGB is 196 - color contains mainly: green. Hex color #58C4B6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58C4B6 is #A73B49. Grayscale: #A2A2A2. Windows color (decimal): -10959690 or 11977816. OLE color: 11977816.

HSL color Cylindrical-coordinate representation of color #58C4B6: hue angle of 172.22º 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 #58C4B6 is Cyan = 0.55, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.23.

Color convert

RGB88196182-
CMYK0.5500.070.23
HSL172.22º47.79%55.69%-
HSV(B)172.22º55.1%76.86%-
XYZ32.2144.9351.23-
YUV162.11139.2275.14-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 18.88%
GREEN value IS 196 (76.95% from 255) = 42.06%
BLUE value IS 182 (71.48% from 255) = 39.06%
R=18.88%
G=42.06%
B=39.06%

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
Decimal881961820.5500.070.23172.2247.7955.69
Hex58C4B6370717ac3038
Octal1303042666707272546070
Binary1011000110001001011011011011101111011110101100110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58C4B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,196,182); }

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

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

 a { background-color: rgb(88,196,182); }

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

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

 span { border-color: rgb(88,196,182); }

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