Shades of Puerto Rico #54C8AD
Tints of Puerto Rico #54C8AD
RGB
CMYK
RGB Variations
Color information
#54C8AD (or 0x54C8AD) is known color: Puerto Rico. HEX triplet: 54, C8 and AD. RGB value is (84,200,173). Sum of RGB (Red+Green+Blue) = 84+200+173=457 (60% of max value = 765). Red value is 84 (33.20% from 255 or 18.38% from 457); Green value is 200 (78.52% from 255 or 43.76% from 457); Blue value is 173 (67.97% from 255 or 37.86% from 457); Max value from RGB is 200 - color contains mainly: green. Hex color #54C8AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #54C8AD is #AB3752. Grayscale: #A2A2A2. Windows color (decimal): -11220819 or 11389012. OLE color: 11389012.
HSL color Cylindrical-coordinate representation of color #54C8AD: hue angle of 166.03º 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 #54C8AD is Cyan = 0.58, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 84 | 200 | 173 | - |
| CMYK | 0.58 | 0 | 0.14 | 0.22 |
| HSL | 166.03º | 0.51% | 0.56% | - |
| HSV(B) | 166.03º | 0.58% | 0.78% | - |
| XYZ | 31.85 | 46.21 | 46.78 | - |
| YUV | 162.24 | 134.07 | 72.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 200 | 173 | 0.58 | 0 | 0.14 | 0.22 | 166.03 | 0.51 | 0.56 |
| Hex | 54 | C8 | AD | 3A | 0 | E | 16 | A6 | 33 | 38 |
| Octal | 124 | 310 | 255 | 72 | 0 | 16 | 26 | 246 | 63 | 70 |
| Binary | 1010100 | 11001000 | 10101101 | 111010 | 0 | 1110 | 10110 | 10100110 | 110011 | 111000 |
Color Harmonies of #54C8AD
Complementary color
Monochromatic Colors of #54C8AD
Black with #54C8AD
Text Example
Text Example
White with #54C8AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54C8AD; }
p { color: rgb(84,200,173); }
H1.HeaderClassName
{
color: #54C8AD;
}
.AnyTagClassName
{
color: #54C8AD;
}
</style>
background-color css
<style>
a { background-color: #54C8AD; }
a { background-color: rgb(84,200,173); }
div.DivClassName
{
background-color: #54C8AD;
}
.BgClassName
{
background-color: #54C8AD;
}
</style>
border-color css
<style>
span { border-color: #54C8AD; }
span { border-color: rgb(84,200,173); }
td.TdClassName
{
border-color: #54C8AD;
}
.TagClassName
{
border-color: #54C8AD;
}
</style>