Shades of Puerto Rico #52B79A
Tints of Puerto Rico #52B79A
RGB
CMYK
RGB Variations
Color information
#52B79A (or 0x52B79A) is known color: Puerto Rico. HEX triplet: 52, B7 and 9A. RGB value is (82,183,154). Sum of RGB (Red+Green+Blue) = 82+183+154=419 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.57% from 419); Green value is 183 (71.88% from 255 or 43.68% from 419); Blue value is 154 (60.55% from 255 or 36.75% from 419); Max value from RGB is 183 - color contains mainly: green. Hex color #52B79A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52B79A is #AD4865. Grayscale: #959595. Windows color (decimal): -11356262 or 10139474. OLE color: 10139474.
HSL color Cylindrical-coordinate representation of color #52B79A: hue angle of 162.77º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #52B79A is Cyan = 0.55, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 82 | 183 | 154 | - |
| CMYK | 0.55 | 0 | 0.16 | 0.28 |
| HSL | 162.77º | 0.41% | 0.52% | - |
| HSV(B) | 162.77º | 0.55% | 0.72% | - |
| XYZ | 26.25 | 37.99 | 36.52 | - |
| YUV | 149.5 | 130.54 | 79.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 183 | 154 | 0.55 | 0 | 0.16 | 0.28 | 162.77 | 0.41 | 0.52 |
| Hex | 52 | B7 | 9A | 37 | 0 | 10 | 1C | A3 | 29 | 34 |
| Octal | 122 | 267 | 232 | 67 | 0 | 20 | 34 | 243 | 51 | 64 |
| Binary | 1010010 | 10110111 | 10011010 | 110111 | 0 | 10000 | 11100 | 10100011 | 101001 | 110100 |
Color Harmonies of #52B79A
Complementary color
Monochromatic Colors of #52B79A
Black with #52B79A
Text Example
Text Example
White with #52B79A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52B79A; }
p { color: rgb(82,183,154); }
H1.HeaderClassName
{
color: #52B79A;
}
.AnyTagClassName
{
color: #52B79A;
}
</style>
background-color css
<style>
a { background-color: #52B79A; }
a { background-color: rgb(82,183,154); }
div.DivClassName
{
background-color: #52B79A;
}
.BgClassName
{
background-color: #52B79A;
}
</style>
border-color css
<style>
span { border-color: #52B79A; }
span { border-color: rgb(82,183,154); }
td.TdClassName
{
border-color: #52B79A;
}
.TagClassName
{
border-color: #52B79A;
}
</style>