Shades of Puerto Rico #54A99B
Tints of Puerto Rico #54A99B
RGB
CMYK
RGB Variations
Color information
#54A99B (or 0x54A99B) is known color: Puerto Rico. HEX triplet: 54, A9 and 9B. RGB value is (84,169,155). Sum of RGB (Red+Green+Blue) = 84+169+155=408 (54% of max value = 765). Red value is 84 (33.20% from 255 or 20.59% from 408); Green value is 169 (66.41% from 255 or 41.42% from 408); Blue value is 155 (60.94% from 255 or 37.99% from 408); Max value from RGB is 169 - color contains mainly: green. Hex color #54A99B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54A99B is #AB5664. Grayscale: #8D8D8D. Windows color (decimal): -11228773 or 10201428. OLE color: 10201428.
HSL color Cylindrical-coordinate representation of color #54A99B: hue angle of 170.12º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #54A99B is Cyan = 0.50, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 84 | 169 | 155 | - |
| CMYK | 0.50 | 0 | 0.08 | 0.34 |
| HSL | 170.12º | 0.34% | 0.5% | - |
| HSV(B) | 170.12º | 0.5% | 0.66% | - |
| XYZ | 23.76 | 32.63 | 36.06 | - |
| YUV | 141.99 | 135.34 | 86.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 169 | 155 | 0.50 | 0 | 0.08 | 0.34 | 170.12 | 0.34 | 0.5 |
| Hex | 54 | A9 | 9B | 32 | 0 | 8 | 22 | AA | 22 | 32 |
| Octal | 124 | 251 | 233 | 62 | 0 | 10 | 42 | 252 | 42 | 62 |
| Binary | 1010100 | 10101001 | 10011011 | 110010 | 0 | 1000 | 100010 | 10101010 | 100010 | 110010 |
Color Harmonies of #54A99B
Complementary color
Monochromatic Colors of #54A99B
Black with #54A99B
Text Example
Text Example
White with #54A99B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54A99B; }
p { color: rgb(84,169,155); }
H1.HeaderClassName
{
color: #54A99B;
}
.AnyTagClassName
{
color: #54A99B;
}
</style>
background-color css
<style>
a { background-color: #54A99B; }
a { background-color: rgb(84,169,155); }
div.DivClassName
{
background-color: #54A99B;
}
.BgClassName
{
background-color: #54A99B;
}
</style>
border-color css
<style>
span { border-color: #54A99B; }
span { border-color: rgb(84,169,155); }
td.TdClassName
{
border-color: #54A99B;
}
.TagClassName
{
border-color: #54A99B;
}
</style>