Shades of Puerto Rico #54AF9E
Tints of Puerto Rico #54AF9E
RGB
CMYK
RGB Variations
Color information
#54AF9E (or 0x54AF9E) is known color: Puerto Rico. HEX triplet: 54, AF and 9E. RGB value is (84,175,158). Sum of RGB (Red+Green+Blue) = 84+175+158=417 (55% of max value = 765). Red value is 84 (33.20% from 255 or 20.14% from 417); Green value is 175 (68.75% from 255 or 41.97% from 417); Blue value is 158 (62.11% from 255 or 37.89% from 417); Max value from RGB is 175 - color contains mainly: green. Hex color #54AF9E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54AF9E is #AB5061. Grayscale: #919191. Windows color (decimal): -11227234 or 10399572. OLE color: 10399572.
HSL color Cylindrical-coordinate representation of color #54AF9E: hue angle of 168.79º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #54AF9E is Cyan = 0.52, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 84 | 175 | 158 | - |
| CMYK | 0.52 | 0 | 0.10 | 0.31 |
| HSL | 168.79º | 0.36% | 0.51% | - |
| HSV(B) | 168.79º | 0.52% | 0.69% | - |
| XYZ | 25.16 | 35.01 | 37.78 | - |
| YUV | 145.85 | 134.85 | 83.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 175 | 158 | 0.52 | 0 | 0.10 | 0.31 | 168.79 | 0.36 | 0.51 |
| Hex | 54 | AF | 9E | 34 | 0 | A | 1F | A9 | 24 | 33 |
| Octal | 124 | 257 | 236 | 64 | 0 | 12 | 37 | 251 | 44 | 63 |
| Binary | 1010100 | 10101111 | 10011110 | 110100 | 0 | 1010 | 11111 | 10101001 | 100100 | 110011 |
Color Harmonies of #54AF9E
Complementary color
Monochromatic Colors of #54AF9E
Black with #54AF9E
Text Example
Text Example
White with #54AF9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54AF9E; }
p { color: rgb(84,175,158); }
H1.HeaderClassName
{
color: #54AF9E;
}
.AnyTagClassName
{
color: #54AF9E;
}
</style>
background-color css
<style>
a { background-color: #54AF9E; }
a { background-color: rgb(84,175,158); }
div.DivClassName
{
background-color: #54AF9E;
}
.BgClassName
{
background-color: #54AF9E;
}
</style>
border-color css
<style>
span { border-color: #54AF9E; }
span { border-color: rgb(84,175,158); }
td.TdClassName
{
border-color: #54AF9E;
}
.TagClassName
{
border-color: #54AF9E;
}
</style>