Shades of Puerto Rico #54BDAB
Tints of Puerto Rico #54BDAB
RGB
CMYK
RGB Variations
Color information
#54BDAB (or 0x54BDAB) is known color: Puerto Rico. HEX triplet: 54, BD and AB. RGB value is (84,189,171). Sum of RGB (Red+Green+Blue) = 84+189+171=444 (58% of max value = 765). Red value is 84 (33.20% from 255 or 18.92% from 444); Green value is 189 (74.22% from 255 or 42.57% from 444); Blue value is 171 (67.19% from 255 or 38.51% from 444); Max value from RGB is 189 - color contains mainly: green. Hex color #54BDAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #54BDAB is #AB4254. Grayscale: #9B9B9B. Windows color (decimal): -11223637 or 11255124. OLE color: 11255124.
HSL color Cylindrical-coordinate representation of color #54BDAB: hue angle of 169.71º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #54BDAB is Cyan = 0.56, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 84 | 189 | 171 | - |
| CMYK | 0.56 | 0 | 0.10 | 0.26 |
| HSL | 169.71º | 0.44% | 0.54% | - |
| HSV(B) | 169.71º | 0.56% | 0.74% | - |
| XYZ | 29.2 | 41.22 | 44.95 | - |
| YUV | 155.55 | 136.71 | 76.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 189 | 171 | 0.56 | 0 | 0.10 | 0.26 | 169.71 | 0.44 | 0.54 |
| Hex | 54 | BD | AB | 38 | 0 | A | 1A | AA | 2C | 36 |
| Octal | 124 | 275 | 253 | 70 | 0 | 12 | 32 | 252 | 54 | 66 |
| Binary | 1010100 | 10111101 | 10101011 | 111000 | 0 | 1010 | 11010 | 10101010 | 101100 | 110110 |
Color Harmonies of #54BDAB
Complementary color
Monochromatic Colors of #54BDAB
Black with #54BDAB
Text Example
Text Example
White with #54BDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54BDAB; }
p { color: rgb(84,189,171); }
H1.HeaderClassName
{
color: #54BDAB;
}
.AnyTagClassName
{
color: #54BDAB;
}
</style>
background-color css
<style>
a { background-color: #54BDAB; }
a { background-color: rgb(84,189,171); }
div.DivClassName
{
background-color: #54BDAB;
}
.BgClassName
{
background-color: #54BDAB;
}
</style>
border-color css
<style>
span { border-color: #54BDAB; }
span { border-color: rgb(84,189,171); }
td.TdClassName
{
border-color: #54BDAB;
}
.TagClassName
{
border-color: #54BDAB;
}
</style>