Shades of Puerto Rico #54CAA7
Tints of Puerto Rico #54CAA7
RGB
CMYK
RGB Variations
Color information
#54CAA7 (or 0x54CAA7) is known color: Puerto Rico. HEX triplet: 54, CA and A7. RGB value is (84,202,167). Sum of RGB (Red+Green+Blue) = 84+202+167=453 (60% of max value = 765). Red value is 84 (33.20% from 255 or 18.54% from 453); Green value is 202 (79.30% from 255 or 44.59% from 453); Blue value is 167 (65.62% from 255 or 36.87% from 453); Max value from RGB is 202 - color contains mainly: green. Hex color #54CAA7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #54CAA7 is #AB3558. Grayscale: #A2A2A2. Windows color (decimal): -11220313 or 10996308. OLE color: 10996308.
HSL color Cylindrical-coordinate representation of color #54CAA7: hue angle of 162.2º 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 #54CAA7 is Cyan = 0.58, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 84 | 202 | 167 | - |
| CMYK | 0.58 | 0 | 0.17 | 0.21 |
| HSL | 162.2º | 0.53% | 0.56% | - |
| HSV(B) | 162.2º | 0.58% | 0.79% | - |
| XYZ | 31.75 | 46.92 | 43.94 | - |
| YUV | 162.73 | 130.41 | 71.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 202 | 167 | 0.58 | 0 | 0.17 | 0.21 | 162.2 | 0.53 | 0.56 |
| Hex | 54 | CA | A7 | 3A | 0 | 11 | 15 | A2 | 35 | 38 |
| Octal | 124 | 312 | 247 | 72 | 0 | 21 | 25 | 242 | 65 | 70 |
| Binary | 1010100 | 11001010 | 10100111 | 111010 | 0 | 10001 | 10101 | 10100010 | 110101 | 111000 |
Color Harmonies of #54CAA7
Complementary color
Monochromatic Colors of #54CAA7
Black with #54CAA7
Text Example
Text Example
White with #54CAA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54CAA7; }
p { color: rgb(84,202,167); }
H1.HeaderClassName
{
color: #54CAA7;
}
.AnyTagClassName
{
color: #54CAA7;
}
</style>
background-color css
<style>
a { background-color: #54CAA7; }
a { background-color: rgb(84,202,167); }
div.DivClassName
{
background-color: #54CAA7;
}
.BgClassName
{
background-color: #54CAA7;
}
</style>
border-color css
<style>
span { border-color: #54CAA7; }
span { border-color: rgb(84,202,167); }
td.TdClassName
{
border-color: #54CAA7;
}
.TagClassName
{
border-color: #54CAA7;
}
</style>