Shades of Puerto Rico #54C4A3
Tints of Puerto Rico #54C4A3
RGB
CMYK
RGB Variations
Color information
#54C4A3 (or 0x54C4A3) is known color: Puerto Rico. HEX triplet: 54, C4 and A3. RGB value is (84,196,163). Sum of RGB (Red+Green+Blue) = 84+196+163=443 (58% of max value = 765). Red value is 84 (33.20% from 255 or 18.96% from 443); Green value is 196 (76.95% from 255 or 44.24% from 443); Blue value is 163 (64.06% from 255 or 36.79% from 443); Max value from RGB is 196 - color contains mainly: green. Hex color #54C4A3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #54C4A3 is #AB3B5C. Grayscale: #9E9E9E. Windows color (decimal): -11221853 or 10732628. OLE color: 10732628.
HSL color Cylindrical-coordinate representation of color #54C4A3: hue angle of 162.32º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #54C4A3 is Cyan = 0.57, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 84 | 196 | 163 | - |
| CMYK | 0.57 | 0 | 0.17 | 0.23 |
| HSL | 162.32º | 0.49% | 0.55% | - |
| HSV(B) | 162.32º | 0.57% | 0.77% | - |
| XYZ | 30.01 | 44.01 | 41.56 | - |
| YUV | 158.75 | 130.39 | 74.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 196 | 163 | 0.57 | 0 | 0.17 | 0.23 | 162.32 | 0.49 | 0.55 |
| Hex | 54 | C4 | A3 | 39 | 0 | 11 | 17 | A2 | 31 | 37 |
| Octal | 124 | 304 | 243 | 71 | 0 | 21 | 27 | 242 | 61 | 67 |
| Binary | 1010100 | 11000100 | 10100011 | 111001 | 0 | 10001 | 10111 | 10100010 | 110001 | 110111 |
Color Harmonies of #54C4A3
Complementary color
Monochromatic Colors of #54C4A3
Black with #54C4A3
Text Example
Text Example
White with #54C4A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54C4A3; }
p { color: rgb(84,196,163); }
H1.HeaderClassName
{
color: #54C4A3;
}
.AnyTagClassName
{
color: #54C4A3;
}
</style>
background-color css
<style>
a { background-color: #54C4A3; }
a { background-color: rgb(84,196,163); }
div.DivClassName
{
background-color: #54C4A3;
}
.BgClassName
{
background-color: #54C4A3;
}
</style>
border-color css
<style>
span { border-color: #54C4A3; }
span { border-color: rgb(84,196,163); }
td.TdClassName
{
border-color: #54C4A3;
}
.TagClassName
{
border-color: #54C4A3;
}
</style>