Shades of Puerto Rico #5CC2AA
Tints of Puerto Rico #5CC2AA
RGB
CMYK
RGB Variations
Color information
#5CC2AA (or 0x5CC2AA) is known color: Puerto Rico. HEX triplet: 5C, C2 and AA. RGB value is (92,194,170). Sum of RGB (Red+Green+Blue) = 92+194+170=456 (60% of max value = 765). Red value is 92 (36.33% from 255 or 20.18% from 456); Green value is 194 (76.17% from 255 or 42.54% from 456); Blue value is 170 (66.80% from 255 or 37.28% from 456); Max value from RGB is 194 - color contains mainly: green. Hex color #5CC2AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CC2AA is #A33D55. Grayscale: #A0A0A0. Windows color (decimal): -10698070 or 11190876. OLE color: 11190876.
HSL color Cylindrical-coordinate representation of color #5CC2AA: hue angle of 165.88º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5CC2AA is Cyan = 0.53, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 92 | 194 | 170 | - |
| CMYK | 0.53 | 0 | 0.12 | 0.24 |
| HSL | 165.88º | 0.46% | 0.56% | - |
| HSV(B) | 165.88º | 0.53% | 0.76% | - |
| XYZ | 30.96 | 43.76 | 44.85 | - |
| YUV | 160.77 | 133.21 | 78.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 194 | 170 | 0.53 | 0 | 0.12 | 0.24 | 165.88 | 0.46 | 0.56 |
| Hex | 5C | C2 | AA | 35 | 0 | C | 18 | A6 | 2E | 38 |
| Octal | 134 | 302 | 252 | 65 | 0 | 14 | 30 | 246 | 56 | 70 |
| Binary | 1011100 | 11000010 | 10101010 | 110101 | 0 | 1100 | 11000 | 10100110 | 101110 | 111000 |
Color Harmonies of #5CC2AA
Complementary color
Monochromatic Colors of #5CC2AA
Black with #5CC2AA
Text Example
Text Example
White with #5CC2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CC2AA; }
p { color: rgb(92,194,170); }
H1.HeaderClassName
{
color: #5CC2AA;
}
.AnyTagClassName
{
color: #5CC2AA;
}
</style>
background-color css
<style>
a { background-color: #5CC2AA; }
a { background-color: rgb(92,194,170); }
div.DivClassName
{
background-color: #5CC2AA;
}
.BgClassName
{
background-color: #5CC2AA;
}
</style>
border-color css
<style>
span { border-color: #5CC2AA; }
span { border-color: rgb(92,194,170); }
td.TdClassName
{
border-color: #5CC2AA;
}
.TagClassName
{
border-color: #5CC2AA;
}
</style>