Shades of Puerto Rico #55C1AF
Tints of Puerto Rico #55C1AF
RGB
CMYK
RGB Variations
Color information
#55C1AF (or 0x55C1AF) is known color: Puerto Rico. HEX triplet: 55, C1 and AF. RGB value is (85,193,175). Sum of RGB (Red+Green+Blue) = 85+193+175=453 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.76% from 453); Green value is 193 (75.78% from 255 or 42.60% from 453); Blue value is 175 (68.75% from 255 or 38.63% from 453); Max value from RGB is 193 - color contains mainly: green. Hex color #55C1AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55C1AF is #AA3E50. Grayscale: #9E9E9E. Windows color (decimal): -11157073 or 11518293. OLE color: 11518293.
HSL color Cylindrical-coordinate representation of color #55C1AF: hue angle of 170º 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 #55C1AF is Cyan = 0.56, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 85 | 193 | 175 | - |
| CMYK | 0.56 | 0 | 0.09 | 0.24 |
| HSL | 170º | 0.47% | 0.55% | - |
| HSV(B) | 170º | 0.56% | 0.76% | - |
| XYZ | 30.55 | 43.17 | 47.28 | - |
| YUV | 158.66 | 137.22 | 75.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 193 | 175 | 0.56 | 0 | 0.09 | 0.24 | 170 | 0.47 | 0.55 |
| Hex | 55 | C1 | AF | 38 | 0 | 9 | 18 | AA | 2F | 37 |
| Octal | 125 | 301 | 257 | 70 | 0 | 11 | 30 | 252 | 57 | 67 |
| Binary | 1010101 | 11000001 | 10101111 | 111000 | 0 | 1001 | 11000 | 10101010 | 101111 | 110111 |
Color Harmonies of #55C1AF
Complementary color
Monochromatic Colors of #55C1AF
Black with #55C1AF
Text Example
Text Example
White with #55C1AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C1AF; }
p { color: rgb(85,193,175); }
H1.HeaderClassName
{
color: #55C1AF;
}
.AnyTagClassName
{
color: #55C1AF;
}
</style>
background-color css
<style>
a { background-color: #55C1AF; }
a { background-color: rgb(85,193,175); }
div.DivClassName
{
background-color: #55C1AF;
}
.BgClassName
{
background-color: #55C1AF;
}
</style>
border-color css
<style>
span { border-color: #55C1AF; }
span { border-color: rgb(85,193,175); }
td.TdClassName
{
border-color: #55C1AF;
}
.TagClassName
{
border-color: #55C1AF;
}
</style>