Shades of Puerto Rico #54B29B
Tints of Puerto Rico #54B29B
RGB
CMYK
RGB Variations
Color information
#54B29B (or 0x54B29B) is known color: Puerto Rico. HEX triplet: 54, B2 and 9B. RGB value is (84,178,155). Sum of RGB (Red+Green+Blue) = 84+178+155=417 (55% of max value = 765). Red value is 84 (33.20% from 255 or 20.14% from 417); Green value is 178 (69.92% from 255 or 42.69% from 417); Blue value is 155 (60.94% from 255 or 37.17% from 417); Max value from RGB is 178 - color contains mainly: green. Hex color #54B29B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54B29B is #AB4D64. Grayscale: #939393. Windows color (decimal): -11226469 or 10203732. OLE color: 10203732.
HSL color Cylindrical-coordinate representation of color #54B29B: hue angle of 165.32º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #54B29B is Cyan = 0.53, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 84 | 178 | 155 | - |
| CMYK | 0.53 | 0 | 0.13 | 0.30 |
| HSL | 165.32º | 0.38% | 0.51% | - |
| HSV(B) | 165.32º | 0.53% | 0.7% | - |
| XYZ | 25.49 | 36.09 | 36.63 | - |
| YUV | 147.27 | 132.36 | 82.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 178 | 155 | 0.53 | 0 | 0.13 | 0.30 | 165.32 | 0.38 | 0.51 |
| Hex | 54 | B2 | 9B | 35 | 0 | D | 1E | A5 | 26 | 33 |
| Octal | 124 | 262 | 233 | 65 | 0 | 15 | 36 | 245 | 46 | 63 |
| Binary | 1010100 | 10110010 | 10011011 | 110101 | 0 | 1101 | 11110 | 10100101 | 100110 | 110011 |
Color Harmonies of #54B29B
Complementary color
Monochromatic Colors of #54B29B
Black with #54B29B
Text Example
Text Example
White with #54B29B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54B29B; }
p { color: rgb(84,178,155); }
H1.HeaderClassName
{
color: #54B29B;
}
.AnyTagClassName
{
color: #54B29B;
}
</style>
background-color css
<style>
a { background-color: #54B29B; }
a { background-color: rgb(84,178,155); }
div.DivClassName
{
background-color: #54B29B;
}
.BgClassName
{
background-color: #54B29B;
}
</style>
border-color css
<style>
span { border-color: #54B29B; }
span { border-color: rgb(84,178,155); }
td.TdClassName
{
border-color: #54B29B;
}
.TagClassName
{
border-color: #54B29B;
}
</style>