Shades of Puerto Rico #55BAAE
Tints of Puerto Rico #55BAAE
RGB
CMYK
RGB Variations
Color information
#55BAAE (or 0x55BAAE) is known color: Puerto Rico. HEX triplet: 55, BA and AE. RGB value is (85,186,174). Sum of RGB (Red+Green+Blue) = 85+186+174=445 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.10% from 445); Green value is 186 (73.05% from 255 or 41.80% from 445); Blue value is 174 (68.36% from 255 or 39.10% from 445); Max value from RGB is 186 - color contains mainly: green. Hex color #55BAAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55BAAE is #AA4551. Grayscale: #9A9A9A. Windows color (decimal): -11158866 or 11450965. OLE color: 11450965.
HSL color Cylindrical-coordinate representation of color #55BAAE: hue angle of 172.87º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #55BAAE is Cyan = 0.54, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 85 | 186 | 174 | - |
| CMYK | 0.54 | 0 | 0.06 | 0.27 |
| HSL | 172.87º | 0.42% | 0.53% | - |
| HSV(B) | 172.87º | 0.54% | 0.73% | - |
| XYZ | 28.95 | 40.11 | 46.26 | - |
| YUV | 154.43 | 139.04 | 78.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 186 | 174 | 0.54 | 0 | 0.06 | 0.27 | 172.87 | 0.42 | 0.53 |
| Hex | 55 | BA | AE | 36 | 0 | 6 | 1B | AD | 2A | 35 |
| Octal | 125 | 272 | 256 | 66 | 0 | 6 | 33 | 255 | 52 | 65 |
| Binary | 1010101 | 10111010 | 10101110 | 110110 | 0 | 110 | 11011 | 10101101 | 101010 | 110101 |
Color Harmonies of #55BAAE
Complementary color
Monochromatic Colors of #55BAAE
Black with #55BAAE
Text Example
Text Example
White with #55BAAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55BAAE; }
p { color: rgb(85,186,174); }
H1.HeaderClassName
{
color: #55BAAE;
}
.AnyTagClassName
{
color: #55BAAE;
}
</style>
background-color css
<style>
a { background-color: #55BAAE; }
a { background-color: rgb(85,186,174); }
div.DivClassName
{
background-color: #55BAAE;
}
.BgClassName
{
background-color: #55BAAE;
}
</style>
border-color css
<style>
span { border-color: #55BAAE; }
span { border-color: rgb(85,186,174); }
td.TdClassName
{
border-color: #55BAAE;
}
.TagClassName
{
border-color: #55BAAE;
}
</style>