Shades of Puerto Rico #52B39D
Tints of Puerto Rico #52B39D
RGB
CMYK
RGB Variations
Color information
#52B39D (or 0x52B39D) is known color: Puerto Rico. HEX triplet: 52, B3 and 9D. RGB value is (82,179,157). Sum of RGB (Red+Green+Blue) = 82+179+157=418 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.62% from 418); Green value is 179 (70.31% from 255 or 42.82% from 418); Blue value is 157 (61.72% from 255 or 37.56% from 418); Max value from RGB is 179 - color contains mainly: green. Hex color #52B39D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52B39D is #AD4C62. Grayscale: #939393. Windows color (decimal): -11357283 or 10335058. OLE color: 10335058.
HSL color Cylindrical-coordinate representation of color #52B39D: hue angle of 166.39º degrees, saturation: 0.39, 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 #52B39D is Cyan = 0.54, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 82 | 179 | 157 | - |
| CMYK | 0.54 | 0 | 0.12 | 0.30 |
| HSL | 166.39º | 0.39% | 0.51% | - |
| HSV(B) | 166.39º | 0.54% | 0.7% | - |
| XYZ | 25.69 | 36.47 | 37.58 | - |
| YUV | 147.49 | 133.36 | 81.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 179 | 157 | 0.54 | 0 | 0.12 | 0.30 | 166.39 | 0.39 | 0.51 |
| Hex | 52 | B3 | 9D | 36 | 0 | C | 1E | A6 | 27 | 33 |
| Octal | 122 | 263 | 235 | 66 | 0 | 14 | 36 | 246 | 47 | 63 |
| Binary | 1010010 | 10110011 | 10011101 | 110110 | 0 | 1100 | 11110 | 10100110 | 100111 | 110011 |
Color Harmonies of #52B39D
Complementary color
Monochromatic Colors of #52B39D
Black with #52B39D
Text Example
Text Example
White with #52B39D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52B39D; }
p { color: rgb(82,179,157); }
H1.HeaderClassName
{
color: #52B39D;
}
.AnyTagClassName
{
color: #52B39D;
}
</style>
background-color css
<style>
a { background-color: #52B39D; }
a { background-color: rgb(82,179,157); }
div.DivClassName
{
background-color: #52B39D;
}
.BgClassName
{
background-color: #52B39D;
}
</style>
border-color css
<style>
span { border-color: #52B39D; }
span { border-color: rgb(82,179,157); }
td.TdClassName
{
border-color: #52B39D;
}
.TagClassName
{
border-color: #52B39D;
}
</style>