Shades of Puerto Rico #54C8AC
Tints of Puerto Rico #54C8AC
RGB
CMYK
RGB Variations
Color information
#54C8AC (or 0x54C8AC) is known color: Puerto Rico. HEX triplet: 54, C8 and AC. RGB value is (84,200,172). Sum of RGB (Red+Green+Blue) = 84+200+172=456 (60% of max value = 765). Red value is 84 (33.20% from 255 or 18.42% from 456); Green value is 200 (78.52% from 255 or 43.86% from 456); Blue value is 172 (67.58% from 255 or 37.72% from 456); Max value from RGB is 200 - color contains mainly: green. Hex color #54C8AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #54C8AC is #AB3753. Grayscale: #A2A2A2. Windows color (decimal): -11220820 or 11323476. OLE color: 11323476.
HSL color Cylindrical-coordinate representation of color #54C8AC: hue angle of 165.52º 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 #54C8AC is Cyan = 0.58, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 84 | 200 | 172 | - |
| CMYK | 0.58 | 0 | 0.14 | 0.22 |
| HSL | 165.52º | 0.51% | 0.56% | - |
| HSV(B) | 165.52º | 0.58% | 0.78% | - |
| XYZ | 31.76 | 46.17 | 46.27 | - |
| YUV | 162.12 | 133.57 | 72.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 200 | 172 | 0.58 | 0 | 0.14 | 0.22 | 165.52 | 0.51 | 0.56 |
| Hex | 54 | C8 | AC | 3A | 0 | E | 16 | A6 | 33 | 38 |
| Octal | 124 | 310 | 254 | 72 | 0 | 16 | 26 | 246 | 63 | 70 |
| Binary | 1010100 | 11001000 | 10101100 | 111010 | 0 | 1110 | 10110 | 10100110 | 110011 | 111000 |
Color Harmonies of #54C8AC
Complementary color
Monochromatic Colors of #54C8AC
Black with #54C8AC
Text Example
Text Example
White with #54C8AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54C8AC; }
p { color: rgb(84,200,172); }
H1.HeaderClassName
{
color: #54C8AC;
}
.AnyTagClassName
{
color: #54C8AC;
}
</style>
background-color css
<style>
a { background-color: #54C8AC; }
a { background-color: rgb(84,200,172); }
div.DivClassName
{
background-color: #54C8AC;
}
.BgClassName
{
background-color: #54C8AC;
}
</style>
border-color css
<style>
span { border-color: #54C8AC; }
span { border-color: rgb(84,200,172); }
td.TdClassName
{
border-color: #54C8AC;
}
.TagClassName
{
border-color: #54C8AC;
}
</style>