Shades of Puerto Rico #54BDA4
Tints of Puerto Rico #54BDA4
RGB
CMYK
RGB Variations
Color information
#54BDA4 (or 0x54BDA4) is known color: Puerto Rico. HEX triplet: 54, BD and A4. RGB value is (84,189,164). Sum of RGB (Red+Green+Blue) = 84+189+164=437 (57% of max value = 765). Red value is 84 (33.20% from 255 or 19.22% from 437); Green value is 189 (74.22% from 255 or 43.25% from 437); Blue value is 164 (64.45% from 255 or 37.53% from 437); Max value from RGB is 189 - color contains mainly: green. Hex color #54BDA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #54BDA4 is #AB425B. Grayscale: #9A9A9A. Windows color (decimal): -11223644 or 10796372. OLE color: 10796372.
HSL color Cylindrical-coordinate representation of color #54BDA4: hue angle of 165.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 #54BDA4 is Cyan = 0.56, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 84 | 189 | 164 | - |
| CMYK | 0.56 | 0 | 0.13 | 0.26 |
| HSL | 165.71º | 0.44% | 0.54% | - |
| HSV(B) | 165.71º | 0.56% | 0.74% | - |
| XYZ | 28.55 | 40.96 | 41.52 | - |
| YUV | 154.76 | 133.21 | 77.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 189 | 164 | 0.56 | 0 | 0.13 | 0.26 | 165.71 | 0.44 | 0.54 |
| Hex | 54 | BD | A4 | 38 | 0 | D | 1A | A6 | 2C | 36 |
| Octal | 124 | 275 | 244 | 70 | 0 | 15 | 32 | 246 | 54 | 66 |
| Binary | 1010100 | 10111101 | 10100100 | 111000 | 0 | 1101 | 11010 | 10100110 | 101100 | 110110 |
Color Harmonies of #54BDA4
Complementary color
Monochromatic Colors of #54BDA4
Black with #54BDA4
Text Example
Text Example
White with #54BDA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54BDA4; }
p { color: rgb(84,189,164); }
H1.HeaderClassName
{
color: #54BDA4;
}
.AnyTagClassName
{
color: #54BDA4;
}
</style>
background-color css
<style>
a { background-color: #54BDA4; }
a { background-color: rgb(84,189,164); }
div.DivClassName
{
background-color: #54BDA4;
}
.BgClassName
{
background-color: #54BDA4;
}
</style>
border-color css
<style>
span { border-color: #54BDA4; }
span { border-color: rgb(84,189,164); }
td.TdClassName
{
border-color: #54BDA4;
}
.TagClassName
{
border-color: #54BDA4;
}
</style>