Shades of Puerto Rico #57C4B9
Tints of Puerto Rico #57C4B9
RGB
CMYK
RGB Variations
Color information
#57C4B9 (or 0x57C4B9) is known color: Puerto Rico. HEX triplet: 57, C4 and B9. RGB value is (87,196,185). Sum of RGB (Red+Green+Blue) = 87+196+185=468 (61% of max value = 765). Red value is 87 (34.38% from 255 or 18.59% from 468); Green value is 196 (76.95% from 255 or 41.88% from 468); Blue value is 185 (72.66% from 255 or 39.53% from 468); Max value from RGB is 196 - color contains mainly: green. Hex color #57C4B9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57C4B9 is #A83B46. Grayscale: #A2A2A2. Windows color (decimal): -11025223 or 12174423. OLE color: 12174423.
HSL color Cylindrical-coordinate representation of color #57C4B9: hue angle of 173.94º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #57C4B9 is Cyan = 0.56, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 87 | 196 | 185 | - |
| CMYK | 0.56 | 0 | 0.06 | 0.23 |
| HSL | 173.95º | 0.48% | 0.55% | - |
| HSV(B) | 173.95º | 0.56% | 0.77% | - |
| XYZ | 32.43 | 45.01 | 52.88 | - |
| YUV | 162.16 | 140.89 | 74.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 196 | 185 | 0.56 | 0 | 0.06 | 0.23 | 173.95 | 0.48 | 0.55 |
| Hex | 57 | C4 | B9 | 38 | 0 | 6 | 17 | AE | 30 | 37 |
| Octal | 127 | 304 | 271 | 70 | 0 | 6 | 27 | 256 | 60 | 67 |
| Binary | 1010111 | 11000100 | 10111001 | 111000 | 0 | 110 | 10111 | 10101110 | 110000 | 110111 |
Color Harmonies of #57C4B9
Complementary color
Monochromatic Colors of #57C4B9
Black with #57C4B9
Text Example
Text Example
White with #57C4B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57C4B9; }
p { color: rgb(87,196,185); }
H1.HeaderClassName
{
color: #57C4B9;
}
.AnyTagClassName
{
color: #57C4B9;
}
</style>
background-color css
<style>
a { background-color: #57C4B9; }
a { background-color: rgb(87,196,185); }
div.DivClassName
{
background-color: #57C4B9;
}
.BgClassName
{
background-color: #57C4B9;
}
</style>
border-color css
<style>
span { border-color: #57C4B9; }
span { border-color: rgb(87,196,185); }
td.TdClassName
{
border-color: #57C4B9;
}
.TagClassName
{
border-color: #57C4B9;
}
</style>