Shades of Puerto Rico #55B2AC
Tints of Puerto Rico #55B2AC
RGB
CMYK
RGB Variations
Color information
#55B2AC (or 0x55B2AC) is known color: Puerto Rico. HEX triplet: 55, B2 and AC. RGB value is (85,178,172). Sum of RGB (Red+Green+Blue) = 85+178+172=435 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.54% from 435); Green value is 178 (69.92% from 255 or 40.92% from 435); Blue value is 172 (67.58% from 255 or 39.54% from 435); Max value from RGB is 178 - color contains mainly: green. Hex color #55B2AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55B2AC is #AA4D53. Grayscale: #959595. Windows color (decimal): -11160916 or 11317845. OLE color: 11317845.
HSL color Cylindrical-coordinate representation of color #55B2AC: hue angle of 176.13º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #55B2AC is Cyan = 0.52, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 85 | 178 | 172 | - |
| CMYK | 0.52 | 0 | 0.03 | 0.30 |
| HSL | 176.13º | 0.38% | 0.52% | - |
| HSV(B) | 176.13º | 0.52% | 0.7% | - |
| XYZ | 27.11 | 36.75 | 44.69 | - |
| YUV | 149.51 | 140.69 | 81.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 178 | 172 | 0.52 | 0 | 0.03 | 0.30 | 176.13 | 0.38 | 0.52 |
| Hex | 55 | B2 | AC | 34 | 0 | 3 | 1E | B0 | 26 | 34 |
| Octal | 125 | 262 | 254 | 64 | 0 | 3 | 36 | 260 | 46 | 64 |
| Binary | 1010101 | 10110010 | 10101100 | 110100 | 0 | 11 | 11110 | 10110000 | 100110 | 110100 |
Color Harmonies of #55B2AC
Complementary color
Monochromatic Colors of #55B2AC
Black with #55B2AC
Text Example
Text Example
White with #55B2AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55B2AC; }
p { color: rgb(85,178,172); }
H1.HeaderClassName
{
color: #55B2AC;
}
.AnyTagClassName
{
color: #55B2AC;
}
</style>
background-color css
<style>
a { background-color: #55B2AC; }
a { background-color: rgb(85,178,172); }
div.DivClassName
{
background-color: #55B2AC;
}
.BgClassName
{
background-color: #55B2AC;
}
</style>
border-color css
<style>
span { border-color: #55B2AC; }
span { border-color: rgb(85,178,172); }
td.TdClassName
{
border-color: #55B2AC;
}
.TagClassName
{
border-color: #55B2AC;
}
</style>