Shades of Puerto Rico #54BEAC
Tints of Puerto Rico #54BEAC
RGB
CMYK
RGB Variations
Color information
#54BEAC (or 0x54BEAC) is known color: Puerto Rico. HEX triplet: 54, BE and AC. RGB value is (84,190,172). Sum of RGB (Red+Green+Blue) = 84+190+172=446 (59% of max value = 765). Red value is 84 (33.20% from 255 or 18.83% from 446); Green value is 190 (74.61% from 255 or 42.60% from 446); Blue value is 172 (67.58% from 255 or 38.57% from 446); Max value from RGB is 190 - color contains mainly: green. Hex color #54BEAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #54BEAC is #AB4153. Grayscale: #9C9C9C. Windows color (decimal): -11223380 or 11320916. OLE color: 11320916.
HSL color Cylindrical-coordinate representation of color #54BEAC: hue angle of 169.81º degrees, saturation: 0.45, 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 #54BEAC is Cyan = 0.56, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 84 | 190 | 172 | - |
| CMYK | 0.56 | 0 | 0.09 | 0.25 |
| HSL | 169.81º | 0.45% | 0.54% | - |
| HSV(B) | 169.81º | 0.56% | 0.75% | - |
| XYZ | 29.52 | 41.69 | 45.52 | - |
| YUV | 156.25 | 136.88 | 76.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 190 | 172 | 0.56 | 0 | 0.09 | 0.25 | 169.81 | 0.45 | 0.54 |
| Hex | 54 | BE | AC | 38 | 0 | 9 | 19 | AA | 2D | 36 |
| Octal | 124 | 276 | 254 | 70 | 0 | 11 | 31 | 252 | 55 | 66 |
| Binary | 1010100 | 10111110 | 10101100 | 111000 | 0 | 1001 | 11001 | 10101010 | 101101 | 110110 |
Color Harmonies of #54BEAC
Complementary color
Monochromatic Colors of #54BEAC
Black with #54BEAC
Text Example
Text Example
White with #54BEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54BEAC; }
p { color: rgb(84,190,172); }
H1.HeaderClassName
{
color: #54BEAC;
}
.AnyTagClassName
{
color: #54BEAC;
}
</style>
background-color css
<style>
a { background-color: #54BEAC; }
a { background-color: rgb(84,190,172); }
div.DivClassName
{
background-color: #54BEAC;
}
.BgClassName
{
background-color: #54BEAC;
}
</style>
border-color css
<style>
span { border-color: #54BEAC; }
span { border-color: rgb(84,190,172); }
td.TdClassName
{
border-color: #54BEAC;
}
.TagClassName
{
border-color: #54BEAC;
}
</style>