Shades of Puerto Rico #57C49D
Tints of Puerto Rico #57C49D
RGB
CMYK
RGB Variations
Color information
#57C49D (or 0x57C49D) is known color: Puerto Rico. HEX triplet: 57, C4 and 9D. RGB value is (87,196,157). Sum of RGB (Red+Green+Blue) = 87+196+157=440 (58% of max value = 765). Red value is 87 (34.38% from 255 or 19.77% from 440); Green value is 196 (76.95% from 255 or 44.55% from 440); Blue value is 157 (61.72% from 255 or 35.68% from 440); Max value from RGB is 196 - color contains mainly: green. Hex color #57C49D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #57C49D is #A83B62. Grayscale: #9F9F9F. Windows color (decimal): -11025251 or 10339415. OLE color: 10339415.
HSL color Cylindrical-coordinate representation of color #57C49D: hue angle of 158.53º 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 #57C49D is Cyan = 0.56, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 87 | 196 | 157 | - |
| CMYK | 0.56 | 0 | 0.20 | 0.23 |
| HSL | 158.53º | 0.48% | 0.55% | - |
| HSV(B) | 158.53º | 0.56% | 0.77% | - |
| XYZ | 29.76 | 43.94 | 38.81 | - |
| YUV | 158.96 | 126.89 | 76.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 196 | 157 | 0.56 | 0 | 0.20 | 0.23 | 158.53 | 0.48 | 0.55 |
| Hex | 57 | C4 | 9D | 38 | 0 | 14 | 17 | 9F | 30 | 37 |
| Octal | 127 | 304 | 235 | 70 | 0 | 24 | 27 | 237 | 60 | 67 |
| Binary | 1010111 | 11000100 | 10011101 | 111000 | 0 | 10100 | 10111 | 10011111 | 110000 | 110111 |
Color Harmonies of #57C49D
Complementary color
Monochromatic Colors of #57C49D
Black with #57C49D
Text Example
Text Example
White with #57C49D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57C49D; }
p { color: rgb(87,196,157); }
H1.HeaderClassName
{
color: #57C49D;
}
.AnyTagClassName
{
color: #57C49D;
}
</style>
background-color css
<style>
a { background-color: #57C49D; }
a { background-color: rgb(87,196,157); }
div.DivClassName
{
background-color: #57C49D;
}
.BgClassName
{
background-color: #57C49D;
}
</style>
border-color css
<style>
span { border-color: #57C49D; }
span { border-color: rgb(87,196,157); }
td.TdClassName
{
border-color: #57C49D;
}
.TagClassName
{
border-color: #57C49D;
}
</style>