Shades of Puerto Rico #54CAA8
Tints of Puerto Rico #54CAA8
RGB
CMYK
RGB Variations
Color information
#54CAA8 (or 0x54CAA8) is known color: Puerto Rico. HEX triplet: 54, CA and A8. RGB value is (84,202,168). Sum of RGB (Red+Green+Blue) = 84+202+168=454 (60% of max value = 765). Red value is 84 (33.20% from 255 or 18.50% from 454); Green value is 202 (79.30% from 255 or 44.49% from 454); Blue value is 168 (66.02% from 255 or 37.00% from 454); Max value from RGB is 202 - color contains mainly: green. Hex color #54CAA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #54CAA8 is #AB3557. Grayscale: #A2A2A2. Windows color (decimal): -11220312 or 11061844. OLE color: 11061844.
HSL color Cylindrical-coordinate representation of color #54CAA8: hue angle of 162.71º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #54CAA8 is Cyan = 0.58, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 84 | 202 | 168 | - |
| CMYK | 0.58 | 0 | 0.17 | 0.21 |
| HSL | 162.71º | 0.53% | 0.56% | - |
| HSV(B) | 162.71º | 0.58% | 0.79% | - |
| XYZ | 31.84 | 46.95 | 44.43 | - |
| YUV | 162.84 | 130.91 | 71.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 202 | 168 | 0.58 | 0 | 0.17 | 0.21 | 162.71 | 0.53 | 0.56 |
| Hex | 54 | CA | A8 | 3A | 0 | 11 | 15 | A3 | 35 | 38 |
| Octal | 124 | 312 | 250 | 72 | 0 | 21 | 25 | 243 | 65 | 70 |
| Binary | 1010100 | 11001010 | 10101000 | 111010 | 0 | 10001 | 10101 | 10100011 | 110101 | 111000 |
Color Harmonies of #54CAA8
Complementary color
Monochromatic Colors of #54CAA8
Black with #54CAA8
Text Example
Text Example
White with #54CAA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54CAA8; }
p { color: rgb(84,202,168); }
H1.HeaderClassName
{
color: #54CAA8;
}
.AnyTagClassName
{
color: #54CAA8;
}
</style>
background-color css
<style>
a { background-color: #54CAA8; }
a { background-color: rgb(84,202,168); }
div.DivClassName
{
background-color: #54CAA8;
}
.BgClassName
{
background-color: #54CAA8;
}
</style>
border-color css
<style>
span { border-color: #54CAA8; }
span { border-color: rgb(84,202,168); }
td.TdClassName
{
border-color: #54CAA8;
}
.TagClassName
{
border-color: #54CAA8;
}
</style>