Shades of Puerto Rico #55C2B7
Tints of Puerto Rico #55C2B7
RGB
CMYK
RGB Variations
Color information
#55C2B7 (or 0x55C2B7) is known color: Puerto Rico. HEX triplet: 55, C2 and B7. RGB value is (85,194,183). Sum of RGB (Red+Green+Blue) = 85+194+183=462 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.40% from 462); Green value is 194 (76.17% from 255 or 41.99% from 462); Blue value is 183 (71.88% from 255 or 39.61% from 462); Max value from RGB is 194 - color contains mainly: green. Hex color #55C2B7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55C2B7 is #AA3D48. Grayscale: #A0A0A0. Windows color (decimal): -11156809 or 12042837. OLE color: 12042837.
HSL color Cylindrical-coordinate representation of color #55C2B7: hue angle of 173.94º degrees, saturation: 0.47, 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 #55C2B7 is Cyan = 0.56, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 85 | 194 | 183 | - |
| CMYK | 0.56 | 0 | 0.06 | 0.24 |
| HSL | 173.95º | 0.47% | 0.55% | - |
| HSV(B) | 173.95º | 0.56% | 0.76% | - |
| XYZ | 31.59 | 43.93 | 51.62 | - |
| YUV | 160.16 | 140.89 | 74.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 194 | 183 | 0.56 | 0 | 0.06 | 0.24 | 173.95 | 0.47 | 0.55 |
| Hex | 55 | C2 | B7 | 38 | 0 | 6 | 18 | AE | 2F | 37 |
| Octal | 125 | 302 | 267 | 70 | 0 | 6 | 30 | 256 | 57 | 67 |
| Binary | 1010101 | 11000010 | 10110111 | 111000 | 0 | 110 | 11000 | 10101110 | 101111 | 110111 |
Color Harmonies of #55C2B7
Complementary color
Monochromatic Colors of #55C2B7
Black with #55C2B7
Text Example
Text Example
White with #55C2B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C2B7; }
p { color: rgb(85,194,183); }
H1.HeaderClassName
{
color: #55C2B7;
}
.AnyTagClassName
{
color: #55C2B7;
}
</style>
background-color css
<style>
a { background-color: #55C2B7; }
a { background-color: rgb(85,194,183); }
div.DivClassName
{
background-color: #55C2B7;
}
.BgClassName
{
background-color: #55C2B7;
}
</style>
border-color css
<style>
span { border-color: #55C2B7; }
span { border-color: rgb(85,194,183); }
td.TdClassName
{
border-color: #55C2B7;
}
.TagClassName
{
border-color: #55C2B7;
}
</style>