Shades of Puerto Rico #52BAA3
Tints of Puerto Rico #52BAA3
RGB
CMYK
RGB Variations
Color information
#52BAA3 (or 0x52BAA3) is known color: Puerto Rico. HEX triplet: 52, BA and A3. RGB value is (82,186,163). Sum of RGB (Red+Green+Blue) = 82+186+163=431 (57% of max value = 765). Red value is 82 (32.42% from 255 or 19.03% from 431); Green value is 186 (73.05% from 255 or 43.16% from 431); Blue value is 163 (64.06% from 255 or 37.82% from 431); Max value from RGB is 186 - color contains mainly: green. Hex color #52BAA3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52BAA3 is #AD455C. Grayscale: #989898. Windows color (decimal): -11355485 or 10730066. OLE color: 10730066.
HSL color Cylindrical-coordinate representation of color #52BAA3: hue angle of 166.73º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #52BAA3 is Cyan = 0.56, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 82 | 186 | 163 | - |
| CMYK | 0.56 | 0 | 0.12 | 0.27 |
| HSL | 166.73º | 0.43% | 0.53% | - |
| HSV(B) | 166.73º | 0.56% | 0.73% | - |
| XYZ | 27.65 | 39.56 | 40.83 | - |
| YUV | 152.28 | 134.04 | 77.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 186 | 163 | 0.56 | 0 | 0.12 | 0.27 | 166.73 | 0.43 | 0.53 |
| Hex | 52 | BA | A3 | 38 | 0 | C | 1B | A7 | 2B | 35 |
| Octal | 122 | 272 | 243 | 70 | 0 | 14 | 33 | 247 | 53 | 65 |
| Binary | 1010010 | 10111010 | 10100011 | 111000 | 0 | 1100 | 11011 | 10100111 | 101011 | 110101 |
Color Harmonies of #52BAA3
Complementary color
Monochromatic Colors of #52BAA3
Black with #52BAA3
Text Example
Text Example
White with #52BAA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52BAA3; }
p { color: rgb(82,186,163); }
H1.HeaderClassName
{
color: #52BAA3;
}
.AnyTagClassName
{
color: #52BAA3;
}
</style>
background-color css
<style>
a { background-color: #52BAA3; }
a { background-color: rgb(82,186,163); }
div.DivClassName
{
background-color: #52BAA3;
}
.BgClassName
{
background-color: #52BAA3;
}
</style>
border-color css
<style>
span { border-color: #52BAA3; }
span { border-color: rgb(82,186,163); }
td.TdClassName
{
border-color: #52BAA3;
}
.TagClassName
{
border-color: #52BAA3;
}
</style>