Shades of Puerto Rico #55C3AF
Tints of Puerto Rico #55C3AF
RGB
CMYK
RGB Variations
Color information
#55C3AF (or 0x55C3AF) is known color: Puerto Rico. HEX triplet: 55, C3 and AF. RGB value is (85,195,175). Sum of RGB (Red+Green+Blue) = 85+195+175=455 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.68% from 455); Green value is 195 (76.56% from 255 or 42.86% from 455); Blue value is 175 (68.75% from 255 or 38.46% from 455); Max value from RGB is 195 - color contains mainly: green. Hex color #55C3AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55C3AF is #AA3C50. Grayscale: #9F9F9F. Windows color (decimal): -11156561 or 11518805. OLE color: 11518805.
HSL color Cylindrical-coordinate representation of color #55C3AF: hue angle of 169.09º 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 #55C3AF is Cyan = 0.56, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 85 | 195 | 175 | - |
| CMYK | 0.56 | 0 | 0.10 | 0.24 |
| HSL | 169.09º | 0.48% | 0.55% | - |
| HSV(B) | 169.09º | 0.56% | 0.76% | - |
| XYZ | 31 | 44.06 | 47.43 | - |
| YUV | 159.83 | 136.56 | 74.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 195 | 175 | 0.56 | 0 | 0.10 | 0.24 | 169.09 | 0.48 | 0.55 |
| Hex | 55 | C3 | AF | 38 | 0 | A | 18 | A9 | 30 | 37 |
| Octal | 125 | 303 | 257 | 70 | 0 | 12 | 30 | 251 | 60 | 67 |
| Binary | 1010101 | 11000011 | 10101111 | 111000 | 0 | 1010 | 11000 | 10101001 | 110000 | 110111 |
Color Harmonies of #55C3AF
Complementary color
Monochromatic Colors of #55C3AF
Black with #55C3AF
Text Example
Text Example
White with #55C3AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C3AF; }
p { color: rgb(85,195,175); }
H1.HeaderClassName
{
color: #55C3AF;
}
.AnyTagClassName
{
color: #55C3AF;
}
</style>
background-color css
<style>
a { background-color: #55C3AF; }
a { background-color: rgb(85,195,175); }
div.DivClassName
{
background-color: #55C3AF;
}
.BgClassName
{
background-color: #55C3AF;
}
</style>
border-color css
<style>
span { border-color: #55C3AF; }
span { border-color: rgb(85,195,175); }
td.TdClassName
{
border-color: #55C3AF;
}
.TagClassName
{
border-color: #55C3AF;
}
</style>