Shades of Puerto Rico #54BDB5
Tints of Puerto Rico #54BDB5
RGB
CMYK
RGB Variations
Color information
#54BDB5 (or 0x54BDB5) is known color: Puerto Rico. HEX triplet: 54, BD and B5. RGB value is (84,189,181). Sum of RGB (Red+Green+Blue) = 84+189+181=454 (60% of max value = 765). Red value is 84 (33.20% from 255 or 18.50% from 454); Green value is 189 (74.22% from 255 or 41.63% from 454); Blue value is 181 (71.09% from 255 or 39.87% from 454); Max value from RGB is 189 - color contains mainly: green. Hex color #54BDB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54BDB5 is #AB424A. Grayscale: #9C9C9C. Windows color (decimal): -11223627 or 11910484. OLE color: 11910484.
HSL color Cylindrical-coordinate representation of color #54BDB5: hue angle of 175.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 #54BDB5 is Cyan = 0.56, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 84 | 189 | 181 | - |
| CMYK | 0.56 | 0 | 0.04 | 0.26 |
| HSL | 175.43º | 0.44% | 0.54% | - |
| HSV(B) | 175.43º | 0.56% | 0.74% | - |
| XYZ | 30.19 | 41.62 | 50.16 | - |
| YUV | 156.69 | 141.71 | 76.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 189 | 181 | 0.56 | 0 | 0.04 | 0.26 | 175.43 | 0.44 | 0.54 |
| Hex | 54 | BD | B5 | 38 | 0 | 4 | 1A | AF | 2C | 36 |
| Octal | 124 | 275 | 265 | 70 | 0 | 4 | 32 | 257 | 54 | 66 |
| Binary | 1010100 | 10111101 | 10110101 | 111000 | 0 | 100 | 11010 | 10101111 | 101100 | 110110 |
Color Harmonies of #54BDB5
Complementary color
Monochromatic Colors of #54BDB5
Black with #54BDB5
Text Example
Text Example
White with #54BDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54BDB5; }
p { color: rgb(84,189,181); }
H1.HeaderClassName
{
color: #54BDB5;
}
.AnyTagClassName
{
color: #54BDB5;
}
</style>
background-color css
<style>
a { background-color: #54BDB5; }
a { background-color: rgb(84,189,181); }
div.DivClassName
{
background-color: #54BDB5;
}
.BgClassName
{
background-color: #54BDB5;
}
</style>
border-color css
<style>
span { border-color: #54BDB5; }
span { border-color: rgb(84,189,181); }
td.TdClassName
{
border-color: #54BDB5;
}
.TagClassName
{
border-color: #54BDB5;
}
</style>