Shades of Puerto Rico #55C3AA
Tints of Puerto Rico #55C3AA
RGB
CMYK
RGB Variations
Color information
#55C3AA (or 0x55C3AA) is known color: Puerto Rico. HEX triplet: 55, C3 and AA. RGB value is (85,195,170). Sum of RGB (Red+Green+Blue) = 85+195+170=450 (59% of max value = 765). Red value is 85 (33.59% from 255 or 18.89% from 450); Green value is 195 (76.56% from 255 or 43.33% from 450); Blue value is 170 (66.80% from 255 or 37.78% from 450); Max value from RGB is 195 - color contains mainly: green. Hex color #55C3AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55C3AA is #AA3C55. Grayscale: #9F9F9F. Windows color (decimal): -11156566 or 11191125. OLE color: 11191125.
HSL color Cylindrical-coordinate representation of color #55C3AA: hue angle of 166.36º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #55C3AA is Cyan = 0.56, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 85 | 195 | 170 | - |
| CMYK | 0.56 | 0 | 0.13 | 0.24 |
| HSL | 166.36º | 0.48% | 0.55% | - |
| HSV(B) | 166.36º | 0.56% | 0.76% | - |
| XYZ | 30.52 | 43.86 | 44.89 | - |
| YUV | 159.26 | 134.06 | 75.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 195 | 170 | 0.56 | 0 | 0.13 | 0.24 | 166.36 | 0.48 | 0.55 |
| Hex | 55 | C3 | AA | 38 | 0 | D | 18 | A6 | 30 | 37 |
| Octal | 125 | 303 | 252 | 70 | 0 | 15 | 30 | 246 | 60 | 67 |
| Binary | 1010101 | 11000011 | 10101010 | 111000 | 0 | 1101 | 11000 | 10100110 | 110000 | 110111 |
Color Harmonies of #55C3AA
Complementary color
Monochromatic Colors of #55C3AA
Black with #55C3AA
Text Example
Text Example
White with #55C3AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C3AA; }
p { color: rgb(85,195,170); }
H1.HeaderClassName
{
color: #55C3AA;
}
.AnyTagClassName
{
color: #55C3AA;
}
</style>
background-color css
<style>
a { background-color: #55C3AA; }
a { background-color: rgb(85,195,170); }
div.DivClassName
{
background-color: #55C3AA;
}
.BgClassName
{
background-color: #55C3AA;
}
</style>
border-color css
<style>
span { border-color: #55C3AA; }
span { border-color: rgb(85,195,170); }
td.TdClassName
{
border-color: #55C3AA;
}
.TagClassName
{
border-color: #55C3AA;
}
</style>