Shades of Puerto Rico #54AF9D
Tints of Puerto Rico #54AF9D
RGB
CMYK
RGB Variations
Color information
#54AF9D (or 0x54AF9D) is known color: Puerto Rico. HEX triplet: 54, AF and 9D. RGB value is (84,175,157). Sum of RGB (Red+Green+Blue) = 84+175+157=416 (55% of max value = 765). Red value is 84 (33.20% from 255 or 20.19% from 416); Green value is 175 (68.75% from 255 or 42.07% from 416); Blue value is 157 (61.72% from 255 or 37.74% from 416); Max value from RGB is 175 - color contains mainly: green. Hex color #54AF9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54AF9D is #AB5062. Grayscale: #919191. Windows color (decimal): -11227235 or 10334036. OLE color: 10334036.
HSL color Cylindrical-coordinate representation of color #54AF9D: hue angle of 168.13º 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 #54AF9D is Cyan = 0.52, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 84 | 175 | 157 | - |
| CMYK | 0.52 | 0 | 0.10 | 0.31 |
| HSL | 168.13º | 0.36% | 0.51% | - |
| HSV(B) | 168.13º | 0.52% | 0.69% | - |
| XYZ | 25.07 | 34.98 | 37.33 | - |
| YUV | 145.74 | 134.35 | 83.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 175 | 157 | 0.52 | 0 | 0.10 | 0.31 | 168.13 | 0.36 | 0.51 |
| Hex | 54 | AF | 9D | 34 | 0 | A | 1F | A8 | 24 | 33 |
| Octal | 124 | 257 | 235 | 64 | 0 | 12 | 37 | 250 | 44 | 63 |
| Binary | 1010100 | 10101111 | 10011101 | 110100 | 0 | 1010 | 11111 | 10101000 | 100100 | 110011 |
Color Harmonies of #54AF9D
Complementary color
Monochromatic Colors of #54AF9D
Black with #54AF9D
Text Example
Text Example
White with #54AF9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54AF9D; }
p { color: rgb(84,175,157); }
H1.HeaderClassName
{
color: #54AF9D;
}
.AnyTagClassName
{
color: #54AF9D;
}
</style>
background-color css
<style>
a { background-color: #54AF9D; }
a { background-color: rgb(84,175,157); }
div.DivClassName
{
background-color: #54AF9D;
}
.BgClassName
{
background-color: #54AF9D;
}
</style>
border-color css
<style>
span { border-color: #54AF9D; }
span { border-color: rgb(84,175,157); }
td.TdClassName
{
border-color: #54AF9D;
}
.TagClassName
{
border-color: #54AF9D;
}
</style>