Shades of Puerto Rico #54B99D
Tints of Puerto Rico #54B99D
RGB
CMYK
RGB Variations
Color information
#54B99D (or 0x54B99D) is known color: Puerto Rico. HEX triplet: 54, B9 and 9D. RGB value is (84,185,157). Sum of RGB (Red+Green+Blue) = 84+185+157=426 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.72% from 426); Green value is 185 (72.66% from 255 or 43.43% from 426); Blue value is 157 (61.72% from 255 or 36.85% from 426); Max value from RGB is 185 - color contains mainly: green. Hex color #54B99D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #54B99D is #AB4662. Grayscale: #979797. Windows color (decimal): -11224675 or 10336596. OLE color: 10336596.
HSL color Cylindrical-coordinate representation of color #54B99D: hue angle of 163.37º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #54B99D is Cyan = 0.55, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 84 | 185 | 157 | - |
| CMYK | 0.55 | 0 | 0.15 | 0.27 |
| HSL | 163.37º | 0.42% | 0.53% | - |
| HSV(B) | 163.37º | 0.55% | 0.73% | - |
| XYZ | 27.09 | 39.02 | 38 | - |
| YUV | 151.61 | 131.04 | 79.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 185 | 157 | 0.55 | 0 | 0.15 | 0.27 | 163.37 | 0.42 | 0.53 |
| Hex | 54 | B9 | 9D | 37 | 0 | F | 1B | A3 | 2A | 35 |
| Octal | 124 | 271 | 235 | 67 | 0 | 17 | 33 | 243 | 52 | 65 |
| Binary | 1010100 | 10111001 | 10011101 | 110111 | 0 | 1111 | 11011 | 10100011 | 101010 | 110101 |
Color Harmonies of #54B99D
Complementary color
Monochromatic Colors of #54B99D
Black with #54B99D
Text Example
Text Example
White with #54B99D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54B99D; }
p { color: rgb(84,185,157); }
H1.HeaderClassName
{
color: #54B99D;
}
.AnyTagClassName
{
color: #54B99D;
}
</style>
background-color css
<style>
a { background-color: #54B99D; }
a { background-color: rgb(84,185,157); }
div.DivClassName
{
background-color: #54B99D;
}
.BgClassName
{
background-color: #54B99D;
}
</style>
border-color css
<style>
span { border-color: #54B99D; }
span { border-color: rgb(84,185,157); }
td.TdClassName
{
border-color: #54B99D;
}
.TagClassName
{
border-color: #54B99D;
}
</style>