Shades of Puerto Rico #54C8AB
Tints of Puerto Rico #54C8AB
RGB
CMYK
RGB Variations
Color information
#54C8AB (or 0x54C8AB) is known color: Puerto Rico. HEX triplet: 54, C8 and AB. RGB value is (84,200,171). Sum of RGB (Red+Green+Blue) = 84+200+171=455 (60% of max value = 765). Red value is 84 (33.20% from 255 or 18.46% from 455); Green value is 200 (78.52% from 255 or 43.96% from 455); Blue value is 171 (67.19% from 255 or 37.58% from 455); Max value from RGB is 200 - color contains mainly: green. Hex color #54C8AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #54C8AB is #AB3754. Grayscale: #A2A2A2. Windows color (decimal): -11220821 or 11257940. OLE color: 11257940.
HSL color Cylindrical-coordinate representation of color #54C8AB: hue angle of 165º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #54C8AB is Cyan = 0.58, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 84 | 200 | 171 | - |
| CMYK | 0.58 | 0 | 0.14 | 0.22 |
| HSL | 165º | 0.51% | 0.56% | - |
| HSV(B) | 165º | 0.58% | 0.78% | - |
| XYZ | 31.66 | 46.13 | 45.76 | - |
| YUV | 162.01 | 133.07 | 72.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 200 | 171 | 0.58 | 0 | 0.14 | 0.22 | 165 | 0.51 | 0.56 |
| Hex | 54 | C8 | AB | 3A | 0 | E | 16 | A5 | 33 | 38 |
| Octal | 124 | 310 | 253 | 72 | 0 | 16 | 26 | 245 | 63 | 70 |
| Binary | 1010100 | 11001000 | 10101011 | 111010 | 0 | 1110 | 10110 | 10100101 | 110011 | 111000 |
Color Harmonies of #54C8AB
Complementary color
Monochromatic Colors of #54C8AB
Black with #54C8AB
Text Example
Text Example
White with #54C8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54C8AB; }
p { color: rgb(84,200,171); }
H1.HeaderClassName
{
color: #54C8AB;
}
.AnyTagClassName
{
color: #54C8AB;
}
</style>
background-color css
<style>
a { background-color: #54C8AB; }
a { background-color: rgb(84,200,171); }
div.DivClassName
{
background-color: #54C8AB;
}
.BgClassName
{
background-color: #54C8AB;
}
</style>
border-color css
<style>
span { border-color: #54C8AB; }
span { border-color: rgb(84,200,171); }
td.TdClassName
{
border-color: #54C8AB;
}
.TagClassName
{
border-color: #54C8AB;
}
</style>