Shades of Puerto Rico #54CAA6
Tints of Puerto Rico #54CAA6
RGB
CMYK
RGB Variations
Color information
#54CAA6 (or 0x54CAA6) is known color: Puerto Rico. HEX triplet: 54, CA and A6. RGB value is (84,202,166). Sum of RGB (Red+Green+Blue) = 84+202+166=452 (59% of max value = 765). Red value is 84 (33.20% from 255 or 18.58% from 452); Green value is 202 (79.30% from 255 or 44.69% from 452); Blue value is 166 (65.23% from 255 or 36.73% from 452); Max value from RGB is 202 - color contains mainly: green. Hex color #54CAA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #54CAA6 is #AB3559. Grayscale: #A2A2A2. Windows color (decimal): -11220314 or 10930772. OLE color: 10930772.
HSL color Cylindrical-coordinate representation of color #54CAA6: hue angle of 161.69º 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 #54CAA6 is Cyan = 0.58, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 84 | 202 | 166 | - |
| CMYK | 0.58 | 0 | 0.18 | 0.21 |
| HSL | 161.69º | 0.53% | 0.56% | - |
| HSV(B) | 161.69º | 0.58% | 0.79% | - |
| XYZ | 31.66 | 46.88 | 43.46 | - |
| YUV | 162.61 | 129.91 | 71.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 202 | 166 | 0.58 | 0 | 0.18 | 0.21 | 161.69 | 0.53 | 0.56 |
| Hex | 54 | CA | A6 | 3A | 0 | 12 | 15 | A2 | 35 | 38 |
| Octal | 124 | 312 | 246 | 72 | 0 | 22 | 25 | 242 | 65 | 70 |
| Binary | 1010100 | 11001010 | 10100110 | 111010 | 0 | 10010 | 10101 | 10100010 | 110101 | 111000 |
Color Harmonies of #54CAA6
Complementary color
Monochromatic Colors of #54CAA6
Black with #54CAA6
Text Example
Text Example
White with #54CAA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54CAA6; }
p { color: rgb(84,202,166); }
H1.HeaderClassName
{
color: #54CAA6;
}
.AnyTagClassName
{
color: #54CAA6;
}
</style>
background-color css
<style>
a { background-color: #54CAA6; }
a { background-color: rgb(84,202,166); }
div.DivClassName
{
background-color: #54CAA6;
}
.BgClassName
{
background-color: #54CAA6;
}
</style>
border-color css
<style>
span { border-color: #54CAA6; }
span { border-color: rgb(84,202,166); }
td.TdClassName
{
border-color: #54CAA6;
}
.TagClassName
{
border-color: #54CAA6;
}
</style>