Shades of Puerto Rico #54BFAB
Tints of Puerto Rico #54BFAB
RGB
CMYK
RGB Variations
Color information
#54BFAB (or 0x54BFAB) is known color: Puerto Rico. HEX triplet: 54, BF and AB. RGB value is (84,191,171). Sum of RGB (Red+Green+Blue) = 84+191+171=446 (59% of max value = 765). Red value is 84 (33.20% from 255 or 18.83% from 446); Green value is 191 (75% from 255 or 42.83% from 446); Blue value is 171 (67.19% from 255 or 38.34% from 446); Max value from RGB is 191 - color contains mainly: green. Hex color #54BFAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #54BFAB is #AB4054. Grayscale: #9C9C9C. Windows color (decimal): -11223125 or 11255636. OLE color: 11255636.
HSL color Cylindrical-coordinate representation of color #54BFAB: hue angle of 168.79º 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 #54BFAB is Cyan = 0.56, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 84 | 191 | 171 | - |
| CMYK | 0.56 | 0 | 0.10 | 0.25 |
| HSL | 168.79º | 0.46% | 0.54% | - |
| HSV(B) | 168.79º | 0.56% | 0.75% | - |
| XYZ | 29.64 | 42.09 | 45.09 | - |
| YUV | 156.73 | 136.05 | 76.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 191 | 171 | 0.56 | 0 | 0.10 | 0.25 | 168.79 | 0.46 | 0.54 |
| Hex | 54 | BF | AB | 38 | 0 | A | 19 | A9 | 2E | 36 |
| Octal | 124 | 277 | 253 | 70 | 0 | 12 | 31 | 251 | 56 | 66 |
| Binary | 1010100 | 10111111 | 10101011 | 111000 | 0 | 1010 | 11001 | 10101001 | 101110 | 110110 |
Color Harmonies of #54BFAB
Complementary color
Monochromatic Colors of #54BFAB
Black with #54BFAB
Text Example
Text Example
White with #54BFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54BFAB; }
p { color: rgb(84,191,171); }
H1.HeaderClassName
{
color: #54BFAB;
}
.AnyTagClassName
{
color: #54BFAB;
}
</style>
background-color css
<style>
a { background-color: #54BFAB; }
a { background-color: rgb(84,191,171); }
div.DivClassName
{
background-color: #54BFAB;
}
.BgClassName
{
background-color: #54BFAB;
}
</style>
border-color css
<style>
span { border-color: #54BFAB; }
span { border-color: rgb(84,191,171); }
td.TdClassName
{
border-color: #54BFAB;
}
.TagClassName
{
border-color: #54BFAB;
}
</style>