Shades of Puerto Rico #54AFA6
Tints of Puerto Rico #54AFA6
RGB
CMYK
RGB Variations
Color information
#54AFA6 (or 0x54AFA6) is known color: Puerto Rico. HEX triplet: 54, AF and A6. RGB value is (84,175,166). Sum of RGB (Red+Green+Blue) = 84+175+166=425 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.76% from 425); Green value is 175 (68.75% from 255 or 41.18% from 425); Blue value is 166 (65.23% from 255 or 39.06% from 425); Max value from RGB is 175 - color contains mainly: green. Hex color #54AFA6 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54AFA6 is #AB5059. Grayscale: #929292. Windows color (decimal): -11227226 or 10923860. OLE color: 10923860.
HSL color Cylindrical-coordinate representation of color #54AFA6: hue angle of 174.07º 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 #54AFA6 is Cyan = 0.52, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 84 | 175 | 166 | - |
| CMYK | 0.52 | 0 | 0.05 | 0.31 |
| HSL | 174.07º | 0.36% | 0.51% | - |
| HSV(B) | 174.07º | 0.52% | 0.69% | - |
| XYZ | 25.87 | 35.3 | 41.53 | - |
| YUV | 146.77 | 138.85 | 83.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 175 | 166 | 0.52 | 0 | 0.05 | 0.31 | 174.07 | 0.36 | 0.51 |
| Hex | 54 | AF | A6 | 34 | 0 | 5 | 1F | AE | 24 | 33 |
| Octal | 124 | 257 | 246 | 64 | 0 | 5 | 37 | 256 | 44 | 63 |
| Binary | 1010100 | 10101111 | 10100110 | 110100 | 0 | 101 | 11111 | 10101110 | 100100 | 110011 |
Color Harmonies of #54AFA6
Complementary color
Monochromatic Colors of #54AFA6
Black with #54AFA6
Text Example
Text Example
White with #54AFA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54AFA6; }
p { color: rgb(84,175,166); }
H1.HeaderClassName
{
color: #54AFA6;
}
.AnyTagClassName
{
color: #54AFA6;
}
</style>
background-color css
<style>
a { background-color: #54AFA6; }
a { background-color: rgb(84,175,166); }
div.DivClassName
{
background-color: #54AFA6;
}
.BgClassName
{
background-color: #54AFA6;
}
</style>
border-color css
<style>
span { border-color: #54AFA6; }
span { border-color: rgb(84,175,166); }
td.TdClassName
{
border-color: #54AFA6;
}
.TagClassName
{
border-color: #54AFA6;
}
</style>