Shades of Puerto Rico #55C5AF
Tints of Puerto Rico #55C5AF
RGB
CMYK
RGB Variations
Color information
#55C5AF (or 0x55C5AF) is known color: Puerto Rico. HEX triplet: 55, C5 and AF. RGB value is (85,197,175). Sum of RGB (Red+Green+Blue) = 85+197+175=457 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.60% from 457); Green value is 197 (77.34% from 255 or 43.11% from 457); Blue value is 175 (68.75% from 255 or 38.29% from 457); Max value from RGB is 197 - color contains mainly: green. Hex color #55C5AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55C5AF is #AA3A50. Grayscale: #A0A0A0. Windows color (decimal): -11156049 or 11519317. OLE color: 11519317.
HSL color Cylindrical-coordinate representation of color #55C5AF: hue angle of 168.21º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #55C5AF is Cyan = 0.57, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 85 | 197 | 175 | - |
| CMYK | 0.57 | 0 | 0.11 | 0.23 |
| HSL | 168.21º | 0.49% | 0.55% | - |
| HSV(B) | 168.21º | 0.57% | 0.77% | - |
| XYZ | 31.45 | 44.96 | 47.58 | - |
| YUV | 161 | 135.89 | 73.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 197 | 175 | 0.57 | 0 | 0.11 | 0.23 | 168.21 | 0.49 | 0.55 |
| Hex | 55 | C5 | AF | 39 | 0 | B | 17 | A8 | 31 | 37 |
| Octal | 125 | 305 | 257 | 71 | 0 | 13 | 27 | 250 | 61 | 67 |
| Binary | 1010101 | 11000101 | 10101111 | 111001 | 0 | 1011 | 10111 | 10101000 | 110001 | 110111 |
Color Harmonies of #55C5AF
Complementary color
Monochromatic Colors of #55C5AF
Black with #55C5AF
Text Example
Text Example
White with #55C5AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C5AF; }
p { color: rgb(85,197,175); }
H1.HeaderClassName
{
color: #55C5AF;
}
.AnyTagClassName
{
color: #55C5AF;
}
</style>
background-color css
<style>
a { background-color: #55C5AF; }
a { background-color: rgb(85,197,175); }
div.DivClassName
{
background-color: #55C5AF;
}
.BgClassName
{
background-color: #55C5AF;
}
</style>
border-color css
<style>
span { border-color: #55C5AF; }
span { border-color: rgb(85,197,175); }
td.TdClassName
{
border-color: #55C5AF;
}
.TagClassName
{
border-color: #55C5AF;
}
</style>