Shades of Puerto Rico #52B2A9
Tints of Puerto Rico #52B2A9
RGB
CMYK
RGB Variations
Color information
#52B2A9 (or 0x52B2A9) is known color: Puerto Rico. HEX triplet: 52, B2 and A9. RGB value is (82,178,169). Sum of RGB (Red+Green+Blue) = 82+178+169=429 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.11% from 429); Green value is 178 (69.92% from 255 or 41.49% from 429); Blue value is 169 (66.41% from 255 or 39.39% from 429); Max value from RGB is 178 - color contains mainly: green. Hex color #52B2A9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52B2A9 is #AD4D56. Grayscale: #949494. Windows color (decimal): -11357527 or 11121234. OLE color: 11121234.
HSL color Cylindrical-coordinate representation of color #52B2A9: hue angle of 174.38º 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 #52B2A9 is Cyan = 0.54, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 82 | 178 | 169 | - |
| CMYK | 0.54 | 0 | 0.05 | 0.30 |
| HSL | 174.38º | 0.38% | 0.51% | - |
| HSV(B) | 174.38º | 0.54% | 0.7% | - |
| XYZ | 26.56 | 36.5 | 43.18 | - |
| YUV | 148.27 | 139.7 | 80.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 178 | 169 | 0.54 | 0 | 0.05 | 0.30 | 174.38 | 0.38 | 0.51 |
| Hex | 52 | B2 | A9 | 36 | 0 | 5 | 1E | AE | 26 | 33 |
| Octal | 122 | 262 | 251 | 66 | 0 | 5 | 36 | 256 | 46 | 63 |
| Binary | 1010010 | 10110010 | 10101001 | 110110 | 0 | 101 | 11110 | 10101110 | 100110 | 110011 |
Color Harmonies of #52B2A9
Complementary color
Monochromatic Colors of #52B2A9
Black with #52B2A9
Text Example
Text Example
White with #52B2A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52B2A9; }
p { color: rgb(82,178,169); }
H1.HeaderClassName
{
color: #52B2A9;
}
.AnyTagClassName
{
color: #52B2A9;
}
</style>
background-color css
<style>
a { background-color: #52B2A9; }
a { background-color: rgb(82,178,169); }
div.DivClassName
{
background-color: #52B2A9;
}
.BgClassName
{
background-color: #52B2A9;
}
</style>
border-color css
<style>
span { border-color: #52B2A9; }
span { border-color: rgb(82,178,169); }
td.TdClassName
{
border-color: #52B2A9;
}
.TagClassName
{
border-color: #52B2A9;
}
</style>