Shades of Puerto Rico #54C0AD
Tints of Puerto Rico #54C0AD
RGB
CMYK
RGB Variations
Color information
#54C0AD (or 0x54C0AD) is known color: Puerto Rico. HEX triplet: 54, C0 and AD. RGB value is (84,192,173). Sum of RGB (Red+Green+Blue) = 84+192+173=449 (59% of max value = 765). Red value is 84 (33.20% from 255 or 18.71% from 449); Green value is 192 (75.39% from 255 or 42.76% from 449); Blue value is 173 (67.97% from 255 or 38.53% from 449); Max value from RGB is 192 - color contains mainly: green. Hex color #54C0AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #54C0AD is #AB3F52. Grayscale: #9D9D9D. Windows color (decimal): -11222867 or 11386964. OLE color: 11386964.
HSL color Cylindrical-coordinate representation of color #54C0AD: hue angle of 169.44º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #54C0AD is Cyan = 0.56, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 84 | 192 | 173 | - |
| CMYK | 0.56 | 0 | 0.10 | 0.25 |
| HSL | 169.44º | 0.46% | 0.54% | - |
| HSV(B) | 169.44º | 0.56% | 0.75% | - |
| XYZ | 30.05 | 42.6 | 46.17 | - |
| YUV | 157.54 | 136.72 | 75.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 192 | 173 | 0.56 | 0 | 0.10 | 0.25 | 169.44 | 0.46 | 0.54 |
| Hex | 54 | C0 | AD | 38 | 0 | A | 19 | A9 | 2E | 36 |
| Octal | 124 | 300 | 255 | 70 | 0 | 12 | 31 | 251 | 56 | 66 |
| Binary | 1010100 | 11000000 | 10101101 | 111000 | 0 | 1010 | 11001 | 10101001 | 101110 | 110110 |
Color Harmonies of #54C0AD
Complementary color
Monochromatic Colors of #54C0AD
Black with #54C0AD
Text Example
Text Example
White with #54C0AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54C0AD; }
p { color: rgb(84,192,173); }
H1.HeaderClassName
{
color: #54C0AD;
}
.AnyTagClassName
{
color: #54C0AD;
}
</style>
background-color css
<style>
a { background-color: #54C0AD; }
a { background-color: rgb(84,192,173); }
div.DivClassName
{
background-color: #54C0AD;
}
.BgClassName
{
background-color: #54C0AD;
}
</style>
border-color css
<style>
span { border-color: #54C0AD; }
span { border-color: rgb(84,192,173); }
td.TdClassName
{
border-color: #54C0AD;
}
.TagClassName
{
border-color: #54C0AD;
}
</style>