Shades of Puerto Rico #54AB9C
Tints of Puerto Rico #54AB9C
RGB
CMYK
RGB Variations
Color information
#54AB9C (or 0x54AB9C) is known color: Puerto Rico. HEX triplet: 54, AB and 9C. RGB value is (84,171,156). Sum of RGB (Red+Green+Blue) = 84+171+156=411 (54% of max value = 765). Red value is 84 (33.20% from 255 or 20.44% from 411); Green value is 171 (67.19% from 255 or 41.61% from 411); Blue value is 156 (61.33% from 255 or 37.96% from 411); Max value from RGB is 171 - color contains mainly: green. Hex color #54AB9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54AB9C is #AB5463. Grayscale: #8F8F8F. Windows color (decimal): -11228260 or 10267476. OLE color: 10267476.
HSL color Cylindrical-coordinate representation of color #54AB9C: hue angle of 169.66º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #54AB9C is Cyan = 0.51, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 84 | 171 | 156 | - |
| CMYK | 0.51 | 0 | 0.09 | 0.33 |
| HSL | 169.66º | 0.34% | 0.5% | - |
| HSV(B) | 169.66º | 0.51% | 0.67% | - |
| XYZ | 24.22 | 33.41 | 36.62 | - |
| YUV | 143.28 | 135.18 | 85.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 171 | 156 | 0.51 | 0 | 0.09 | 0.33 | 169.66 | 0.34 | 0.5 |
| Hex | 54 | AB | 9C | 33 | 0 | 9 | 21 | AA | 22 | 32 |
| Octal | 124 | 253 | 234 | 63 | 0 | 11 | 41 | 252 | 42 | 62 |
| Binary | 1010100 | 10101011 | 10011100 | 110011 | 0 | 1001 | 100001 | 10101010 | 100010 | 110010 |
Color Harmonies of #54AB9C
Complementary color
Monochromatic Colors of #54AB9C
Black with #54AB9C
Text Example
Text Example
White with #54AB9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54AB9C; }
p { color: rgb(84,171,156); }
H1.HeaderClassName
{
color: #54AB9C;
}
.AnyTagClassName
{
color: #54AB9C;
}
</style>
background-color css
<style>
a { background-color: #54AB9C; }
a { background-color: rgb(84,171,156); }
div.DivClassName
{
background-color: #54AB9C;
}
.BgClassName
{
background-color: #54AB9C;
}
</style>
border-color css
<style>
span { border-color: #54AB9C; }
span { border-color: rgb(84,171,156); }
td.TdClassName
{
border-color: #54AB9C;
}
.TagClassName
{
border-color: #54AB9C;
}
</style>