Shades of Puerto Rico #54BDA7
Tints of Puerto Rico #54BDA7
RGB
CMYK
RGB Variations
Color information
#54BDA7 (or 0x54BDA7) is known color: Puerto Rico. HEX triplet: 54, BD and A7. RGB value is (84,189,167). Sum of RGB (Red+Green+Blue) = 84+189+167=440 (58% of max value = 765). Red value is 84 (33.20% from 255 or 19.09% from 440); Green value is 189 (74.22% from 255 or 42.95% from 440); Blue value is 167 (65.62% from 255 or 37.95% from 440); Max value from RGB is 189 - color contains mainly: green. Hex color #54BDA7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #54BDA7 is #AB4258. Grayscale: #9B9B9B. Windows color (decimal): -11223641 or 10992980. OLE color: 10992980.
HSL color Cylindrical-coordinate representation of color #54BDA7: hue angle of 167.43º 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 #54BDA7 is Cyan = 0.56, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 84 | 189 | 167 | - |
| CMYK | 0.56 | 0 | 0.12 | 0.26 |
| HSL | 167.43º | 0.44% | 0.54% | - |
| HSV(B) | 167.43º | 0.56% | 0.74% | - |
| XYZ | 28.83 | 41.07 | 42.97 | - |
| YUV | 155.1 | 134.71 | 77.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 189 | 167 | 0.56 | 0 | 0.12 | 0.26 | 167.43 | 0.44 | 0.54 |
| Hex | 54 | BD | A7 | 38 | 0 | C | 1A | A7 | 2C | 36 |
| Octal | 124 | 275 | 247 | 70 | 0 | 14 | 32 | 247 | 54 | 66 |
| Binary | 1010100 | 10111101 | 10100111 | 111000 | 0 | 1100 | 11010 | 10100111 | 101100 | 110110 |
Color Harmonies of #54BDA7
Complementary color
Monochromatic Colors of #54BDA7
Black with #54BDA7
Text Example
Text Example
White with #54BDA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54BDA7; }
p { color: rgb(84,189,167); }
H1.HeaderClassName
{
color: #54BDA7;
}
.AnyTagClassName
{
color: #54BDA7;
}
</style>
background-color css
<style>
a { background-color: #54BDA7; }
a { background-color: rgb(84,189,167); }
div.DivClassName
{
background-color: #54BDA7;
}
.BgClassName
{
background-color: #54BDA7;
}
</style>
border-color css
<style>
span { border-color: #54BDA7; }
span { border-color: rgb(84,189,167); }
td.TdClassName
{
border-color: #54BDA7;
}
.TagClassName
{
border-color: #54BDA7;
}
</style>