Shades of Puerto Rico #57C1A8
Tints of Puerto Rico #57C1A8
RGB
CMYK
RGB Variations
Color information
#57C1A8 (or 0x57C1A8) is known color: Puerto Rico. HEX triplet: 57, C1 and A8. RGB value is (87,193,168). Sum of RGB (Red+Green+Blue) = 87+193+168=448 (59% of max value = 765). Red value is 87 (34.38% from 255 or 19.42% from 448); Green value is 193 (75.78% from 255 or 43.08% from 448); Blue value is 168 (66.02% from 255 or 37.5% from 448); Max value from RGB is 193 - color contains mainly: green. Hex color #57C1A8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #57C1A8 is #A83E57. Grayscale: #9E9E9E. Windows color (decimal): -11026008 or 11059543. OLE color: 11059543.
HSL color Cylindrical-coordinate representation of color #57C1A8: hue angle of 165.85º degrees, saturation: 0.46, 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 #57C1A8 is Cyan = 0.55, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 87 | 193 | 168 | - |
| CMYK | 0.55 | 0 | 0.13 | 0.24 |
| HSL | 165.85º | 0.46% | 0.55% | - |
| HSV(B) | 165.85º | 0.55% | 0.76% | - |
| XYZ | 30.07 | 42.99 | 43.76 | - |
| YUV | 158.46 | 133.38 | 77.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 193 | 168 | 0.55 | 0 | 0.13 | 0.24 | 165.85 | 0.46 | 0.55 |
| Hex | 57 | C1 | A8 | 37 | 0 | D | 18 | A6 | 2E | 37 |
| Octal | 127 | 301 | 250 | 67 | 0 | 15 | 30 | 246 | 56 | 67 |
| Binary | 1010111 | 11000001 | 10101000 | 110111 | 0 | 1101 | 11000 | 10100110 | 101110 | 110111 |
Color Harmonies of #57C1A8
Complementary color
Monochromatic Colors of #57C1A8
Black with #57C1A8
Text Example
Text Example
White with #57C1A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57C1A8; }
p { color: rgb(87,193,168); }
H1.HeaderClassName
{
color: #57C1A8;
}
.AnyTagClassName
{
color: #57C1A8;
}
</style>
background-color css
<style>
a { background-color: #57C1A8; }
a { background-color: rgb(87,193,168); }
div.DivClassName
{
background-color: #57C1A8;
}
.BgClassName
{
background-color: #57C1A8;
}
</style>
border-color css
<style>
span { border-color: #57C1A8; }
span { border-color: rgb(87,193,168); }
td.TdClassName
{
border-color: #57C1A8;
}
.TagClassName
{
border-color: #57C1A8;
}
</style>