Shades of Puerto Rico #55C9AC
Tints of Puerto Rico #55C9AC
RGB
CMYK
RGB Variations
Color information
#55C9AC (or 0x55C9AC) is known color: Puerto Rico. HEX triplet: 55, C9 and AC. RGB value is (85,201,172). Sum of RGB (Red+Green+Blue) = 85+201+172=458 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.56% from 458); Green value is 201 (78.91% from 255 or 43.89% from 458); Blue value is 172 (67.58% from 255 or 37.55% from 458); Max value from RGB is 201 - color contains mainly: green. Hex color #55C9AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55C9AC is #AA3653. Grayscale: #A3A3A3. Windows color (decimal): -11155028 or 11323733. OLE color: 11323733.
HSL color Cylindrical-coordinate representation of color #55C9AC: hue angle of 165º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #55C9AC is Cyan = 0.58, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 85 | 201 | 172 | - |
| CMYK | 0.58 | 0 | 0.14 | 0.21 |
| HSL | 165º | 0.52% | 0.56% | - |
| HSV(B) | 165º | 0.58% | 0.79% | - |
| XYZ | 32.08 | 46.68 | 46.35 | - |
| YUV | 163.01 | 133.07 | 72.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 201 | 172 | 0.58 | 0 | 0.14 | 0.21 | 165 | 0.52 | 0.56 |
| Hex | 55 | C9 | AC | 3A | 0 | E | 15 | A5 | 34 | 38 |
| Octal | 125 | 311 | 254 | 72 | 0 | 16 | 25 | 245 | 64 | 70 |
| Binary | 1010101 | 11001001 | 10101100 | 111010 | 0 | 1110 | 10101 | 10100101 | 110100 | 111000 |
Color Harmonies of #55C9AC
Complementary color
Monochromatic Colors of #55C9AC
Black with #55C9AC
Text Example
Text Example
White with #55C9AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C9AC; }
p { color: rgb(85,201,172); }
H1.HeaderClassName
{
color: #55C9AC;
}
.AnyTagClassName
{
color: #55C9AC;
}
</style>
background-color css
<style>
a { background-color: #55C9AC; }
a { background-color: rgb(85,201,172); }
div.DivClassName
{
background-color: #55C9AC;
}
.BgClassName
{
background-color: #55C9AC;
}
</style>
border-color css
<style>
span { border-color: #55C9AC; }
span { border-color: rgb(85,201,172); }
td.TdClassName
{
border-color: #55C9AC;
}
.TagClassName
{
border-color: #55C9AC;
}
</style>