Shades of Puerto Rico #55BFA3
Tints of Puerto Rico #55BFA3
RGB
CMYK
RGB Variations
Color information
#55BFA3 (or 0x55BFA3) is known color: Puerto Rico. HEX triplet: 55, BF and A3. RGB value is (85,191,163). Sum of RGB (Red+Green+Blue) = 85+191+163=439 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.36% from 439); Green value is 191 (75% from 255 or 43.51% from 439); Blue value is 163 (64.06% from 255 or 37.13% from 439); Max value from RGB is 191 - color contains mainly: green. Hex color #55BFA3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55BFA3 is #AA405C. Grayscale: #9C9C9C. Windows color (decimal): -11157597 or 10731349. OLE color: 10731349.
HSL color Cylindrical-coordinate representation of color #55BFA3: hue angle of 164.15º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #55BFA3 is Cyan = 0.55, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 85 | 191 | 163 | - |
| CMYK | 0.55 | 0 | 0.15 | 0.25 |
| HSL | 164.15º | 0.45% | 0.54% | - |
| HSV(B) | 164.15º | 0.55% | 0.75% | - |
| XYZ | 28.99 | 41.84 | 41.2 | - |
| YUV | 156.11 | 131.88 | 77.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 191 | 163 | 0.55 | 0 | 0.15 | 0.25 | 164.15 | 0.45 | 0.54 |
| Hex | 55 | BF | A3 | 37 | 0 | F | 19 | A4 | 2D | 36 |
| Octal | 125 | 277 | 243 | 67 | 0 | 17 | 31 | 244 | 55 | 66 |
| Binary | 1010101 | 10111111 | 10100011 | 110111 | 0 | 1111 | 11001 | 10100100 | 101101 | 110110 |
Color Harmonies of #55BFA3
Complementary color
Monochromatic Colors of #55BFA3
Black with #55BFA3
Text Example
Text Example
White with #55BFA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55BFA3; }
p { color: rgb(85,191,163); }
H1.HeaderClassName
{
color: #55BFA3;
}
.AnyTagClassName
{
color: #55BFA3;
}
</style>
background-color css
<style>
a { background-color: #55BFA3; }
a { background-color: rgb(85,191,163); }
div.DivClassName
{
background-color: #55BFA3;
}
.BgClassName
{
background-color: #55BFA3;
}
</style>
border-color css
<style>
span { border-color: #55BFA3; }
span { border-color: rgb(85,191,163); }
td.TdClassName
{
border-color: #55BFA3;
}
.TagClassName
{
border-color: #55BFA3;
}
</style>