Shades of Puerto Rico #54C5AF
Tints of Puerto Rico #54C5AF
RGB
CMYK
RGB Variations
Color information
#54C5AF (or 0x54C5AF) is known color: Puerto Rico. HEX triplet: 54, C5 and AF. RGB value is (84,197,175). Sum of RGB (Red+Green+Blue) = 84+197+175=456 (60% of max value = 765). Red value is 84 (33.20% from 255 or 18.42% from 456); Green value is 197 (77.34% from 255 or 43.20% from 456); Blue value is 175 (68.75% from 255 or 38.38% from 456); Max value from RGB is 197 - color contains mainly: green. Hex color #54C5AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #54C5AF is #AB3A50. Grayscale: #A0A0A0. Windows color (decimal): -11221585 or 11519316. OLE color: 11519316.
HSL color Cylindrical-coordinate representation of color #54C5AF: hue angle of 168.32º 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 #54C5AF is Cyan = 0.57, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 84 | 197 | 175 | - |
| CMYK | 0.57 | 0 | 0.11 | 0.23 |
| HSL | 168.32º | 0.49% | 0.55% | - |
| HSV(B) | 168.32º | 0.57% | 0.77% | - |
| XYZ | 31.36 | 44.91 | 47.57 | - |
| YUV | 160.71 | 136.06 | 73.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 197 | 175 | 0.57 | 0 | 0.11 | 0.23 | 168.32 | 0.49 | 0.55 |
| Hex | 54 | C5 | AF | 39 | 0 | B | 17 | A8 | 31 | 37 |
| Octal | 124 | 305 | 257 | 71 | 0 | 13 | 27 | 250 | 61 | 67 |
| Binary | 1010100 | 11000101 | 10101111 | 111001 | 0 | 1011 | 10111 | 10101000 | 110001 | 110111 |
Color Harmonies of #54C5AF
Complementary color
Monochromatic Colors of #54C5AF
Black with #54C5AF
Text Example
Text Example
White with #54C5AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54C5AF; }
p { color: rgb(84,197,175); }
H1.HeaderClassName
{
color: #54C5AF;
}
.AnyTagClassName
{
color: #54C5AF;
}
</style>
background-color css
<style>
a { background-color: #54C5AF; }
a { background-color: rgb(84,197,175); }
div.DivClassName
{
background-color: #54C5AF;
}
.BgClassName
{
background-color: #54C5AF;
}
</style>
border-color css
<style>
span { border-color: #54C5AF; }
span { border-color: rgb(84,197,175); }
td.TdClassName
{
border-color: #54C5AF;
}
.TagClassName
{
border-color: #54C5AF;
}
</style>