Shades of Puerto Rico #54BEB7
Tints of Puerto Rico #54BEB7
RGB
CMYK
RGB Variations
Color information
#54BEB7 (or 0x54BEB7) is known color: Puerto Rico. HEX triplet: 54, BE and B7. RGB value is (84,190,183). Sum of RGB (Red+Green+Blue) = 84+190+183=457 (60% of max value = 765). Red value is 84 (33.20% from 255 or 18.38% from 457); Green value is 190 (74.61% from 255 or 41.58% from 457); Blue value is 183 (71.88% from 255 or 40.04% from 457); Max value from RGB is 190 - color contains mainly: green. Hex color #54BEB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54BEB7 is #AB4148. Grayscale: #9D9D9D. Windows color (decimal): -11223369 or 12041812. OLE color: 12041812.
HSL color Cylindrical-coordinate representation of color #54BEB7: hue angle of 176.04º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #54BEB7 is Cyan = 0.56, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 84 | 190 | 183 | - |
| CMYK | 0.56 | 0 | 0.04 | 0.25 |
| HSL | 176.04º | 0.45% | 0.54% | - |
| HSV(B) | 176.04º | 0.56% | 0.75% | - |
| XYZ | 30.62 | 42.13 | 51.32 | - |
| YUV | 157.51 | 142.38 | 75.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 190 | 183 | 0.56 | 0 | 0.04 | 0.25 | 176.04 | 0.45 | 0.54 |
| Hex | 54 | BE | B7 | 38 | 0 | 4 | 19 | B0 | 2D | 36 |
| Octal | 124 | 276 | 267 | 70 | 0 | 4 | 31 | 260 | 55 | 66 |
| Binary | 1010100 | 10111110 | 10110111 | 111000 | 0 | 100 | 11001 | 10110000 | 101101 | 110110 |
Color Harmonies of #54BEB7
Complementary color
Monochromatic Colors of #54BEB7
Black with #54BEB7
Text Example
Text Example
White with #54BEB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54BEB7; }
p { color: rgb(84,190,183); }
H1.HeaderClassName
{
color: #54BEB7;
}
.AnyTagClassName
{
color: #54BEB7;
}
</style>
background-color css
<style>
a { background-color: #54BEB7; }
a { background-color: rgb(84,190,183); }
div.DivClassName
{
background-color: #54BEB7;
}
.BgClassName
{
background-color: #54BEB7;
}
</style>
border-color css
<style>
span { border-color: #54BEB7; }
span { border-color: rgb(84,190,183); }
td.TdClassName
{
border-color: #54BEB7;
}
.TagClassName
{
border-color: #54BEB7;
}
</style>