Shades of Puerto Rico #52B5A3
Tints of Puerto Rico #52B5A3
RGB
CMYK
RGB Variations
Color information
#52B5A3 (or 0x52B5A3) is known color: Puerto Rico. HEX triplet: 52, B5 and A3. RGB value is (82,181,163). Sum of RGB (Red+Green+Blue) = 82+181+163=426 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.25% from 426); Green value is 181 (71.09% from 255 or 42.49% from 426); Blue value is 163 (64.06% from 255 or 38.26% from 426); Max value from RGB is 181 - color contains mainly: green. Hex color #52B5A3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52B5A3 is #AD4A5C. Grayscale: #959595. Windows color (decimal): -11356765 or 10728786. OLE color: 10728786.
HSL color Cylindrical-coordinate representation of color #52B5A3: hue angle of 169.09º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #52B5A3 is Cyan = 0.55, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 82 | 181 | 163 | - |
| CMYK | 0.55 | 0 | 0.10 | 0.29 |
| HSL | 169.09º | 0.4% | 0.52% | - |
| HSV(B) | 169.09º | 0.55% | 0.71% | - |
| XYZ | 26.61 | 37.49 | 40.48 | - |
| YUV | 149.35 | 135.7 | 79.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 181 | 163 | 0.55 | 0 | 0.10 | 0.29 | 169.09 | 0.4 | 0.52 |
| Hex | 52 | B5 | A3 | 37 | 0 | A | 1D | A9 | 28 | 34 |
| Octal | 122 | 265 | 243 | 67 | 0 | 12 | 35 | 251 | 50 | 64 |
| Binary | 1010010 | 10110101 | 10100011 | 110111 | 0 | 1010 | 11101 | 10101001 | 101000 | 110100 |
Color Harmonies of #52B5A3
Complementary color
Monochromatic Colors of #52B5A3
Black with #52B5A3
Text Example
Text Example
White with #52B5A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52B5A3; }
p { color: rgb(82,181,163); }
H1.HeaderClassName
{
color: #52B5A3;
}
.AnyTagClassName
{
color: #52B5A3;
}
</style>
background-color css
<style>
a { background-color: #52B5A3; }
a { background-color: rgb(82,181,163); }
div.DivClassName
{
background-color: #52B5A3;
}
.BgClassName
{
background-color: #52B5A3;
}
</style>
border-color css
<style>
span { border-color: #52B5A3; }
span { border-color: rgb(82,181,163); }
td.TdClassName
{
border-color: #52B5A3;
}
.TagClassName
{
border-color: #52B5A3;
}
</style>