Shades of Puerto Rico #57C09C
Tints of Puerto Rico #57C09C
RGB
CMYK
RGB Variations
Color information
#57C09C (or 0x57C09C) is known color: Puerto Rico. HEX triplet: 57, C0 and 9C. RGB value is (87,192,156). Sum of RGB (Red+Green+Blue) = 87+192+156=435 (57% of max value = 765). Red value is 87 (34.38% from 255 or 20% from 435); Green value is 192 (75.39% from 255 or 44.14% from 435); Blue value is 156 (61.33% from 255 or 35.86% from 435); Max value from RGB is 192 - color contains mainly: green. Hex color #57C09C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #57C09C is #A83F63. Grayscale: #9C9C9C. Windows color (decimal): -11026276 or 10272855. OLE color: 10272855.
HSL color Cylindrical-coordinate representation of color #57C09C: hue angle of 159.43º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #57C09C is Cyan = 0.55, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 87 | 192 | 156 | - |
| CMYK | 0.55 | 0 | 0.19 | 0.25 |
| HSL | 159.43º | 0.45% | 0.55% | - |
| HSV(B) | 159.43º | 0.55% | 0.75% | - |
| XYZ | 28.78 | 42.13 | 38.07 | - |
| YUV | 156.5 | 127.71 | 78.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 192 | 156 | 0.55 | 0 | 0.19 | 0.25 | 159.43 | 0.45 | 0.55 |
| Hex | 57 | C0 | 9C | 37 | 0 | 13 | 19 | 9F | 2D | 37 |
| Octal | 127 | 300 | 234 | 67 | 0 | 23 | 31 | 237 | 55 | 67 |
| Binary | 1010111 | 11000000 | 10011100 | 110111 | 0 | 10011 | 11001 | 10011111 | 101101 | 110111 |
Color Harmonies of #57C09C
Complementary color
Monochromatic Colors of #57C09C
Black with #57C09C
Text Example
Text Example
White with #57C09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57C09C; }
p { color: rgb(87,192,156); }
H1.HeaderClassName
{
color: #57C09C;
}
.AnyTagClassName
{
color: #57C09C;
}
</style>
background-color css
<style>
a { background-color: #57C09C; }
a { background-color: rgb(87,192,156); }
div.DivClassName
{
background-color: #57C09C;
}
.BgClassName
{
background-color: #57C09C;
}
</style>
border-color css
<style>
span { border-color: #57C09C; }
span { border-color: rgb(87,192,156); }
td.TdClassName
{
border-color: #57C09C;
}
.TagClassName
{
border-color: #57C09C;
}
</style>