Shades of Puerto Rico #55C6B1
Tints of Puerto Rico #55C6B1
RGB
CMYK
RGB Variations
Color information
#55C6B1 (or 0x55C6B1) is known color: Puerto Rico. HEX triplet: 55, C6 and B1. RGB value is (85,198,177). Sum of RGB (Red+Green+Blue) = 85+198+177=460 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.48% from 460); Green value is 198 (77.73% from 255 or 43.04% from 460); Blue value is 177 (69.53% from 255 or 38.48% from 460); Max value from RGB is 198 - color contains mainly: green. Hex color #55C6B1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55C6B1 is #AA394E. Grayscale: #A1A1A1. Windows color (decimal): -11155791 or 11650645. OLE color: 11650645.
HSL color Cylindrical-coordinate representation of color #55C6B1: hue angle of 168.85º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #55C6B1 is Cyan = 0.57, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 85 | 198 | 177 | - |
| CMYK | 0.57 | 0 | 0.11 | 0.22 |
| HSL | 168.85º | 0.5% | 0.55% | - |
| HSV(B) | 168.85º | 0.57% | 0.78% | - |
| XYZ | 31.88 | 45.49 | 48.7 | - |
| YUV | 161.82 | 136.56 | 73.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 198 | 177 | 0.57 | 0 | 0.11 | 0.22 | 168.85 | 0.5 | 0.55 |
| Hex | 55 | C6 | B1 | 39 | 0 | B | 16 | A9 | 32 | 37 |
| Octal | 125 | 306 | 261 | 71 | 0 | 13 | 26 | 251 | 62 | 67 |
| Binary | 1010101 | 11000110 | 10110001 | 111001 | 0 | 1011 | 10110 | 10101001 | 110010 | 110111 |
Color Harmonies of #55C6B1
Complementary color
Monochromatic Colors of #55C6B1
Black with #55C6B1
Text Example
Text Example
White with #55C6B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C6B1; }
p { color: rgb(85,198,177); }
H1.HeaderClassName
{
color: #55C6B1;
}
.AnyTagClassName
{
color: #55C6B1;
}
</style>
background-color css
<style>
a { background-color: #55C6B1; }
a { background-color: rgb(85,198,177); }
div.DivClassName
{
background-color: #55C6B1;
}
.BgClassName
{
background-color: #55C6B1;
}
</style>
border-color css
<style>
span { border-color: #55C6B1; }
span { border-color: rgb(85,198,177); }
td.TdClassName
{
border-color: #55C6B1;
}
.TagClassName
{
border-color: #55C6B1;
}
</style>