#58C4B7

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

Shades of Puerto Rico #58C4B7

Tints of Puerto Rico #58C4B7

Color information

#58C4B7 (or 0x58C4B7) is unknown color: approx Puerto Rico. HEX triplet: 58, C4 and B7. RGB value is (88,196,183). Sum of RGB (Red+Green+Blue) = 88+196+183=467 (61% of max value = 765). Red value is 88 (34.77% from 255 or 18.84% from 467); Green value is 196 (76.95% from 255 or 41.97% from 467); Blue value is 183 (71.88% from 255 or 39.19% from 467); Max value from RGB is 196 - color contains mainly: green. Hex color #58C4B7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58C4B7 is #A73B48. Grayscale: #A2A2A2. Windows color (decimal): -10959689 or 12043352. OLE color: 12043352.

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

Color convert

RGB88196183-
CMYK0.5500.070.23
HSL172.78º47.79%55.69%-
HSV(B)172.78º55.1%76.86%-
XYZ32.3144.9751.78-
YUV162.23139.7275.06-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 18.84%
GREEN value IS 196 (76.95% from 255) = 41.97%
BLUE value IS 183 (71.88% from 255) = 39.19%
R=18.84%
G=41.97%
B=39.19%

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
Decimal881961830.5500.070.23172.7847.7955.69
Hex58C4B7370717ad3038
Octal1303042676707272556070
Binary1011000110001001011011111011101111011110101101110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58C4B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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