Shades of Puerto Rico #54C5AB
Tints of Puerto Rico #54C5AB
RGB
CMYK
RGB Variations
Color information
#54C5AB (or 0x54C5AB) is known color: Puerto Rico. HEX triplet: 54, C5 and AB. RGB value is (84,197,171). Sum of RGB (Red+Green+Blue) = 84+197+171=452 (59% of max value = 765). Red value is 84 (33.20% from 255 or 18.58% from 452); Green value is 197 (77.34% from 255 or 43.58% from 452); Blue value is 171 (67.19% from 255 or 37.83% from 452); Max value from RGB is 197 - color contains mainly: green. Hex color #54C5AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #54C5AB is #AB3A54. Grayscale: #A0A0A0. Windows color (decimal): -11221589 or 11257172. OLE color: 11257172.
HSL color Cylindrical-coordinate representation of color #54C5AB: hue angle of 166.19º 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 #54C5AB is Cyan = 0.57, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 84 | 197 | 171 | - |
| CMYK | 0.57 | 0 | 0.13 | 0.23 |
| HSL | 166.19º | 0.49% | 0.55% | - |
| HSV(B) | 166.19º | 0.57% | 0.77% | - |
| XYZ | 30.97 | 44.76 | 45.53 | - |
| YUV | 160.25 | 134.06 | 73.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 197 | 171 | 0.57 | 0 | 0.13 | 0.23 | 166.19 | 0.49 | 0.55 |
| Hex | 54 | C5 | AB | 39 | 0 | D | 17 | A6 | 31 | 37 |
| Octal | 124 | 305 | 253 | 71 | 0 | 15 | 27 | 246 | 61 | 67 |
| Binary | 1010100 | 11000101 | 10101011 | 111001 | 0 | 1101 | 10111 | 10100110 | 110001 | 110111 |
Color Harmonies of #54C5AB
Complementary color
Monochromatic Colors of #54C5AB
Black with #54C5AB
Text Example
Text Example
White with #54C5AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54C5AB; }
p { color: rgb(84,197,171); }
H1.HeaderClassName
{
color: #54C5AB;
}
.AnyTagClassName
{
color: #54C5AB;
}
</style>
background-color css
<style>
a { background-color: #54C5AB; }
a { background-color: rgb(84,197,171); }
div.DivClassName
{
background-color: #54C5AB;
}
.BgClassName
{
background-color: #54C5AB;
}
</style>
border-color css
<style>
span { border-color: #54C5AB; }
span { border-color: rgb(84,197,171); }
td.TdClassName
{
border-color: #54C5AB;
}
.TagClassName
{
border-color: #54C5AB;
}
</style>