Shades of Puerto Rico #54BDB1
Tints of Puerto Rico #54BDB1
RGB
CMYK
RGB Variations
Color information
#54BDB1 (or 0x54BDB1) is known color: Puerto Rico. HEX triplet: 54, BD and B1. RGB value is (84,189,177). Sum of RGB (Red+Green+Blue) = 84+189+177=450 (59% of max value = 765). Red value is 84 (33.20% from 255 or 18.67% from 450); Green value is 189 (74.22% from 255 or 42% from 450); Blue value is 177 (69.53% from 255 or 39.33% from 450); Max value from RGB is 189 - color contains mainly: green. Hex color #54BDB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #54BDB1 is #AB424E. Grayscale: #9C9C9C. Windows color (decimal): -11223631 or 11648340. OLE color: 11648340.
HSL color Cylindrical-coordinate representation of color #54BDB1: hue angle of 173.14º 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 #54BDB1 is Cyan = 0.56, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 84 | 189 | 177 | - |
| CMYK | 0.56 | 0 | 0.06 | 0.26 |
| HSL | 173.14º | 0.44% | 0.54% | - |
| HSV(B) | 173.14º | 0.56% | 0.74% | - |
| XYZ | 29.79 | 41.45 | 48.03 | - |
| YUV | 156.24 | 139.71 | 76.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 189 | 177 | 0.56 | 0 | 0.06 | 0.26 | 173.14 | 0.44 | 0.54 |
| Hex | 54 | BD | B1 | 38 | 0 | 6 | 1A | AD | 2C | 36 |
| Octal | 124 | 275 | 261 | 70 | 0 | 6 | 32 | 255 | 54 | 66 |
| Binary | 1010100 | 10111101 | 10110001 | 111000 | 0 | 110 | 11010 | 10101101 | 101100 | 110110 |
Color Harmonies of #54BDB1
Complementary color
Monochromatic Colors of #54BDB1
Black with #54BDB1
Text Example
Text Example
White with #54BDB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54BDB1; }
p { color: rgb(84,189,177); }
H1.HeaderClassName
{
color: #54BDB1;
}
.AnyTagClassName
{
color: #54BDB1;
}
</style>
background-color css
<style>
a { background-color: #54BDB1; }
a { background-color: rgb(84,189,177); }
div.DivClassName
{
background-color: #54BDB1;
}
.BgClassName
{
background-color: #54BDB1;
}
</style>
border-color css
<style>
span { border-color: #54BDB1; }
span { border-color: rgb(84,189,177); }
td.TdClassName
{
border-color: #54BDB1;
}
.TagClassName
{
border-color: #54BDB1;
}
</style>