Shades of Puerto Rico #55C8B1
Tints of Puerto Rico #55C8B1
RGB
CMYK
RGB Variations
Color information
#55C8B1 (or 0x55C8B1) is known color: Puerto Rico. HEX triplet: 55, C8 and B1. RGB value is (85,200,177). Sum of RGB (Red+Green+Blue) = 85+200+177=462 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.40% from 462); Green value is 200 (78.52% from 255 or 43.29% from 462); Blue value is 177 (69.53% from 255 or 38.31% from 462); Max value from RGB is 200 - color contains mainly: green. Hex color #55C8B1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55C8B1 is #AA374E. Grayscale: #A2A2A2. Windows color (decimal): -11155279 or 11651157. OLE color: 11651157.
HSL color Cylindrical-coordinate representation of color #55C8B1: hue angle of 168º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #55C8B1 is Cyan = 0.58, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 85 | 200 | 177 | - |
| CMYK | 0.58 | 0 | 0.12 | 0.22 |
| HSL | 168º | 0.51% | 0.56% | - |
| HSV(B) | 168º | 0.58% | 0.78% | - |
| XYZ | 32.34 | 46.41 | 48.85 | - |
| YUV | 162.99 | 135.9 | 72.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 200 | 177 | 0.58 | 0 | 0.12 | 0.22 | 168 | 0.51 | 0.56 |
| Hex | 55 | C8 | B1 | 3A | 0 | C | 16 | A8 | 33 | 38 |
| Octal | 125 | 310 | 261 | 72 | 0 | 14 | 26 | 250 | 63 | 70 |
| Binary | 1010101 | 11001000 | 10110001 | 111010 | 0 | 1100 | 10110 | 10101000 | 110011 | 111000 |
Color Harmonies of #55C8B1
Complementary color
Monochromatic Colors of #55C8B1
Black with #55C8B1
Text Example
Text Example
White with #55C8B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C8B1; }
p { color: rgb(85,200,177); }
H1.HeaderClassName
{
color: #55C8B1;
}
.AnyTagClassName
{
color: #55C8B1;
}
</style>
background-color css
<style>
a { background-color: #55C8B1; }
a { background-color: rgb(85,200,177); }
div.DivClassName
{
background-color: #55C8B1;
}
.BgClassName
{
background-color: #55C8B1;
}
</style>
border-color css
<style>
span { border-color: #55C8B1; }
span { border-color: rgb(85,200,177); }
td.TdClassName
{
border-color: #55C8B1;
}
.TagClassName
{
border-color: #55C8B1;
}
</style>