Shades of Puerto Rico #55B2A4
Tints of Puerto Rico #55B2A4
RGB
CMYK
RGB Variations
Color information
#55B2A4 (or 0x55B2A4) is known color: Puerto Rico. HEX triplet: 55, B2 and A4. RGB value is (85,178,164). Sum of RGB (Red+Green+Blue) = 85+178+164=427 (56% of max value = 765). Red value is 85 (33.59% from 255 or 19.91% from 427); Green value is 178 (69.92% from 255 or 41.69% from 427); Blue value is 164 (64.45% from 255 or 38.41% from 427); Max value from RGB is 178 - color contains mainly: green. Hex color #55B2A4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55B2A4 is #AA4D5B. Grayscale: #949494. Windows color (decimal): -11160924 or 10793557. OLE color: 10793557.
HSL color Cylindrical-coordinate representation of color #55B2A4: hue angle of 170.97º 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 #55B2A4 is Cyan = 0.52, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 85 | 178 | 164 | - |
| CMYK | 0.52 | 0 | 0.08 | 0.30 |
| HSL | 170.97º | 0.38% | 0.52% | - |
| HSV(B) | 170.97º | 0.52% | 0.7% | - |
| XYZ | 26.37 | 36.45 | 40.77 | - |
| YUV | 148.6 | 136.69 | 82.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 178 | 164 | 0.52 | 0 | 0.08 | 0.30 | 170.97 | 0.38 | 0.52 |
| Hex | 55 | B2 | A4 | 34 | 0 | 8 | 1E | AB | 26 | 34 |
| Octal | 125 | 262 | 244 | 64 | 0 | 10 | 36 | 253 | 46 | 64 |
| Binary | 1010101 | 10110010 | 10100100 | 110100 | 0 | 1000 | 11110 | 10101011 | 100110 | 110100 |
Color Harmonies of #55B2A4
Complementary color
Monochromatic Colors of #55B2A4
Black with #55B2A4
Text Example
Text Example
White with #55B2A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55B2A4; }
p { color: rgb(85,178,164); }
H1.HeaderClassName
{
color: #55B2A4;
}
.AnyTagClassName
{
color: #55B2A4;
}
</style>
background-color css
<style>
a { background-color: #55B2A4; }
a { background-color: rgb(85,178,164); }
div.DivClassName
{
background-color: #55B2A4;
}
.BgClassName
{
background-color: #55B2A4;
}
</style>
border-color css
<style>
span { border-color: #55B2A4; }
span { border-color: rgb(85,178,164); }
td.TdClassName
{
border-color: #55B2A4;
}
.TagClassName
{
border-color: #55B2A4;
}
</style>