Shades of Puerto Rico #57C2AB
Tints of Puerto Rico #57C2AB
RGB
CMYK
RGB Variations
Color information
#57C2AB (or 0x57C2AB) is known color: Puerto Rico. HEX triplet: 57, C2 and AB. RGB value is (87,194,171). Sum of RGB (Red+Green+Blue) = 87+194+171=452 (59% of max value = 765). Red value is 87 (34.38% from 255 or 19.25% from 452); Green value is 194 (76.17% from 255 or 42.92% from 452); Blue value is 171 (67.19% from 255 or 37.83% from 452); Max value from RGB is 194 - color contains mainly: green. Hex color #57C2AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #57C2AB is #A83D54. Grayscale: #9F9F9F. Windows color (decimal): -11025749 or 11256407. OLE color: 11256407.
HSL color Cylindrical-coordinate representation of color #57C2AB: hue angle of 167.1º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #57C2AB is Cyan = 0.55, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 87 | 194 | 171 | - |
| CMYK | 0.55 | 0 | 0.12 | 0.24 |
| HSL | 167.1º | 0.47% | 0.55% | - |
| HSV(B) | 167.1º | 0.55% | 0.76% | - |
| XYZ | 30.57 | 43.55 | 45.32 | - |
| YUV | 159.39 | 134.55 | 76.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 194 | 171 | 0.55 | 0 | 0.12 | 0.24 | 167.1 | 0.47 | 0.55 |
| Hex | 57 | C2 | AB | 37 | 0 | C | 18 | A7 | 2F | 37 |
| Octal | 127 | 302 | 253 | 67 | 0 | 14 | 30 | 247 | 57 | 67 |
| Binary | 1010111 | 11000010 | 10101011 | 110111 | 0 | 1100 | 11000 | 10100111 | 101111 | 110111 |
Color Harmonies of #57C2AB
Complementary color
Monochromatic Colors of #57C2AB
Black with #57C2AB
Text Example
Text Example
White with #57C2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57C2AB; }
p { color: rgb(87,194,171); }
H1.HeaderClassName
{
color: #57C2AB;
}
.AnyTagClassName
{
color: #57C2AB;
}
</style>
background-color css
<style>
a { background-color: #57C2AB; }
a { background-color: rgb(87,194,171); }
div.DivClassName
{
background-color: #57C2AB;
}
.BgClassName
{
background-color: #57C2AB;
}
</style>
border-color css
<style>
span { border-color: #57C2AB; }
span { border-color: rgb(87,194,171); }
td.TdClassName
{
border-color: #57C2AB;
}
.TagClassName
{
border-color: #57C2AB;
}
</style>