Shades of Puerto Rico #54C5AC
Tints of Puerto Rico #54C5AC
RGB
CMYK
RGB Variations
Color information
#54C5AC (or 0x54C5AC) is known color: Puerto Rico. HEX triplet: 54, C5 and AC. RGB value is (84,197,172). Sum of RGB (Red+Green+Blue) = 84+197+172=453 (60% of max value = 765). Red value is 84 (33.20% from 255 or 18.54% from 453); Green value is 197 (77.34% from 255 or 43.49% from 453); Blue value is 172 (67.58% from 255 or 37.97% from 453); Max value from RGB is 197 - color contains mainly: green. Hex color #54C5AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #54C5AC is #AB3A53. Grayscale: #A0A0A0. Windows color (decimal): -11221588 or 11322708. OLE color: 11322708.
HSL color Cylindrical-coordinate representation of color #54C5AC: hue angle of 166.73º 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 #54C5AC is Cyan = 0.57, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 84 | 197 | 172 | - |
| CMYK | 0.57 | 0 | 0.13 | 0.23 |
| HSL | 166.73º | 0.49% | 0.55% | - |
| HSV(B) | 166.73º | 0.57% | 0.77% | - |
| XYZ | 31.07 | 44.8 | 46.04 | - |
| YUV | 160.36 | 134.56 | 73.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 197 | 172 | 0.57 | 0 | 0.13 | 0.23 | 166.73 | 0.49 | 0.55 |
| Hex | 54 | C5 | AC | 39 | 0 | D | 17 | A7 | 31 | 37 |
| Octal | 124 | 305 | 254 | 71 | 0 | 15 | 27 | 247 | 61 | 67 |
| Binary | 1010100 | 11000101 | 10101100 | 111001 | 0 | 1101 | 10111 | 10100111 | 110001 | 110111 |
Color Harmonies of #54C5AC
Complementary color
Monochromatic Colors of #54C5AC
Black with #54C5AC
Text Example
Text Example
White with #54C5AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54C5AC; }
p { color: rgb(84,197,172); }
H1.HeaderClassName
{
color: #54C5AC;
}
.AnyTagClassName
{
color: #54C5AC;
}
</style>
background-color css
<style>
a { background-color: #54C5AC; }
a { background-color: rgb(84,197,172); }
div.DivClassName
{
background-color: #54C5AC;
}
.BgClassName
{
background-color: #54C5AC;
}
</style>
border-color css
<style>
span { border-color: #54C5AC; }
span { border-color: rgb(84,197,172); }
td.TdClassName
{
border-color: #54C5AC;
}
.TagClassName
{
border-color: #54C5AC;
}
</style>