Shades of Puerto Rico #54B09E
Tints of Puerto Rico #54B09E
RGB
CMYK
RGB Variations
Color information
#54B09E (or 0x54B09E) is known color: Puerto Rico. HEX triplet: 54, B0 and 9E. RGB value is (84,176,158). Sum of RGB (Red+Green+Blue) = 84+176+158=418 (55% of max value = 765). Red value is 84 (33.20% from 255 or 20.10% from 418); Green value is 176 (69.14% from 255 or 42.11% from 418); Blue value is 158 (62.11% from 255 or 37.80% from 418); Max value from RGB is 176 - color contains mainly: green. Hex color #54B09E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54B09E is #AB4F61. Grayscale: #929292. Windows color (decimal): -11226978 or 10399828. OLE color: 10399828.
HSL color Cylindrical-coordinate representation of color #54B09E: hue angle of 168.26º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #54B09E is Cyan = 0.52, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 84 | 176 | 158 | - |
| CMYK | 0.52 | 0 | 0.10 | 0.31 |
| HSL | 168.26º | 0.37% | 0.51% | - |
| HSV(B) | 168.26º | 0.52% | 0.69% | - |
| XYZ | 25.35 | 35.4 | 37.85 | - |
| YUV | 146.44 | 134.52 | 83.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 176 | 158 | 0.52 | 0 | 0.10 | 0.31 | 168.26 | 0.37 | 0.51 |
| Hex | 54 | B0 | 9E | 34 | 0 | A | 1F | A8 | 25 | 33 |
| Octal | 124 | 260 | 236 | 64 | 0 | 12 | 37 | 250 | 45 | 63 |
| Binary | 1010100 | 10110000 | 10011110 | 110100 | 0 | 1010 | 11111 | 10101000 | 100101 | 110011 |
Color Harmonies of #54B09E
Complementary color
Monochromatic Colors of #54B09E
Black with #54B09E
Text Example
Text Example
White with #54B09E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54B09E; }
p { color: rgb(84,176,158); }
H1.HeaderClassName
{
color: #54B09E;
}
.AnyTagClassName
{
color: #54B09E;
}
</style>
background-color css
<style>
a { background-color: #54B09E; }
a { background-color: rgb(84,176,158); }
div.DivClassName
{
background-color: #54B09E;
}
.BgClassName
{
background-color: #54B09E;
}
</style>
border-color css
<style>
span { border-color: #54B09E; }
span { border-color: rgb(84,176,158); }
td.TdClassName
{
border-color: #54B09E;
}
.TagClassName
{
border-color: #54B09E;
}
</style>