Shades of Puerto Rico #52B29E
Tints of Puerto Rico #52B29E
RGB
CMYK
RGB Variations
Color information
#52B29E (or 0x52B29E) is known color: Puerto Rico. HEX triplet: 52, B2 and 9E. RGB value is (82,178,158). Sum of RGB (Red+Green+Blue) = 82+178+158=418 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.62% from 418); Green value is 178 (69.92% from 255 or 42.58% from 418); Blue value is 158 (62.11% from 255 or 37.80% from 418); Max value from RGB is 178 - color contains mainly: green. Hex color #52B29E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52B29E is #AD4D61. Grayscale: #939393. Windows color (decimal): -11357538 or 10400338. OLE color: 10400338.
HSL color Cylindrical-coordinate representation of color #52B29E: hue angle of 167.5º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #52B29E is Cyan = 0.54, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 82 | 178 | 158 | - |
| CMYK | 0.54 | 0 | 0.11 | 0.30 |
| HSL | 167.5º | 0.38% | 0.51% | - |
| HSV(B) | 167.5º | 0.54% | 0.7% | - |
| XYZ | 25.57 | 36.1 | 37.97 | - |
| YUV | 147.02 | 134.2 | 81.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 178 | 158 | 0.54 | 0 | 0.11 | 0.30 | 167.5 | 0.38 | 0.51 |
| Hex | 52 | B2 | 9E | 36 | 0 | B | 1E | A8 | 26 | 33 |
| Octal | 122 | 262 | 236 | 66 | 0 | 13 | 36 | 250 | 46 | 63 |
| Binary | 1010010 | 10110010 | 10011110 | 110110 | 0 | 1011 | 11110 | 10101000 | 100110 | 110011 |
Color Harmonies of #52B29E
Complementary color
Monochromatic Colors of #52B29E
Black with #52B29E
Text Example
Text Example
White with #52B29E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52B29E; }
p { color: rgb(82,178,158); }
H1.HeaderClassName
{
color: #52B29E;
}
.AnyTagClassName
{
color: #52B29E;
}
</style>
background-color css
<style>
a { background-color: #52B29E; }
a { background-color: rgb(82,178,158); }
div.DivClassName
{
background-color: #52B29E;
}
.BgClassName
{
background-color: #52B29E;
}
</style>
border-color css
<style>
span { border-color: #52B29E; }
span { border-color: rgb(82,178,158); }
td.TdClassName
{
border-color: #52B29E;
}
.TagClassName
{
border-color: #52B29E;
}
</style>