Shades of Puerto Rico #57C1AA
Tints of Puerto Rico #57C1AA
RGB
CMYK
RGB Variations
Color information
#57C1AA (or 0x57C1AA) is known color: Puerto Rico. HEX triplet: 57, C1 and AA. RGB value is (87,193,170). Sum of RGB (Red+Green+Blue) = 87+193+170=450 (59% of max value = 765). Red value is 87 (34.38% from 255 or 19.33% from 450); Green value is 193 (75.78% from 255 or 42.89% from 450); Blue value is 170 (66.80% from 255 or 37.78% from 450); Max value from RGB is 193 - color contains mainly: green. Hex color #57C1AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #57C1AA is #A83E55. Grayscale: #9E9E9E. Windows color (decimal): -11026006 or 11190615. OLE color: 11190615.
HSL color Cylindrical-coordinate representation of color #57C1AA: hue angle of 166.98º 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 #57C1AA is Cyan = 0.55, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 87 | 193 | 170 | - |
| CMYK | 0.55 | 0 | 0.12 | 0.24 |
| HSL | 166.98º | 0.46% | 0.55% | - |
| HSV(B) | 166.98º | 0.55% | 0.76% | - |
| XYZ | 30.26 | 43.07 | 44.75 | - |
| YUV | 158.68 | 134.38 | 76.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 193 | 170 | 0.55 | 0 | 0.12 | 0.24 | 166.98 | 0.46 | 0.55 |
| Hex | 57 | C1 | AA | 37 | 0 | C | 18 | A7 | 2E | 37 |
| Octal | 127 | 301 | 252 | 67 | 0 | 14 | 30 | 247 | 56 | 67 |
| Binary | 1010111 | 11000001 | 10101010 | 110111 | 0 | 1100 | 11000 | 10100111 | 101110 | 110111 |
Color Harmonies of #57C1AA
Complementary color
Monochromatic Colors of #57C1AA
Black with #57C1AA
Text Example
Text Example
White with #57C1AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57C1AA; }
p { color: rgb(87,193,170); }
H1.HeaderClassName
{
color: #57C1AA;
}
.AnyTagClassName
{
color: #57C1AA;
}
</style>
background-color css
<style>
a { background-color: #57C1AA; }
a { background-color: rgb(87,193,170); }
div.DivClassName
{
background-color: #57C1AA;
}
.BgClassName
{
background-color: #57C1AA;
}
</style>
border-color css
<style>
span { border-color: #57C1AA; }
span { border-color: rgb(87,193,170); }
td.TdClassName
{
border-color: #57C1AA;
}
.TagClassName
{
border-color: #57C1AA;
}
</style>