Shades of Puerto Rico #54C2A6
Tints of Puerto Rico #54C2A6
RGB
CMYK
RGB Variations
Color information
#54C2A6 (or 0x54C2A6) is known color: Puerto Rico. HEX triplet: 54, C2 and A6. RGB value is (84,194,166). Sum of RGB (Red+Green+Blue) = 84+194+166=444 (58% of max value = 765). Red value is 84 (33.20% from 255 or 18.92% from 444); Green value is 194 (76.17% from 255 or 43.69% from 444); Blue value is 166 (65.23% from 255 or 37.39% from 444); Max value from RGB is 194 - color contains mainly: green. Hex color #54C2A6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #54C2A6 is #AB3D59. Grayscale: #9D9D9D. Windows color (decimal): -11222362 or 10928724. OLE color: 10928724.
HSL color Cylindrical-coordinate representation of color #54C2A6: hue angle of 164.73º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #54C2A6 is Cyan = 0.57, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 84 | 194 | 166 | - |
| CMYK | 0.57 | 0 | 0.14 | 0.24 |
| HSL | 164.73º | 0.47% | 0.55% | - |
| HSV(B) | 164.73º | 0.57% | 0.76% | - |
| XYZ | 29.83 | 43.22 | 42.85 | - |
| YUV | 157.92 | 132.56 | 75.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 194 | 166 | 0.57 | 0 | 0.14 | 0.24 | 164.73 | 0.47 | 0.55 |
| Hex | 54 | C2 | A6 | 39 | 0 | E | 18 | A5 | 2F | 37 |
| Octal | 124 | 302 | 246 | 71 | 0 | 16 | 30 | 245 | 57 | 67 |
| Binary | 1010100 | 11000010 | 10100110 | 111001 | 0 | 1110 | 11000 | 10100101 | 101111 | 110111 |
Color Harmonies of #54C2A6
Complementary color
Monochromatic Colors of #54C2A6
Black with #54C2A6
Text Example
Text Example
White with #54C2A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54C2A6; }
p { color: rgb(84,194,166); }
H1.HeaderClassName
{
color: #54C2A6;
}
.AnyTagClassName
{
color: #54C2A6;
}
</style>
background-color css
<style>
a { background-color: #54C2A6; }
a { background-color: rgb(84,194,166); }
div.DivClassName
{
background-color: #54C2A6;
}
.BgClassName
{
background-color: #54C2A6;
}
</style>
border-color css
<style>
span { border-color: #54C2A6; }
span { border-color: rgb(84,194,166); }
td.TdClassName
{
border-color: #54C2A6;
}
.TagClassName
{
border-color: #54C2A6;
}
</style>