Shades of Puerto Rico #52A99C
Tints of Puerto Rico #52A99C
RGB
CMYK
RGB Variations
Color information
#52A99C (or 0x52A99C) is known color: Puerto Rico. HEX triplet: 52, A9 and 9C. RGB value is (82,169,156). Sum of RGB (Red+Green+Blue) = 82+169+156=407 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.15% from 407); Green value is 169 (66.41% from 255 or 41.52% from 407); Blue value is 156 (61.33% from 255 or 38.33% from 407); Max value from RGB is 169 - color contains mainly: green. Hex color #52A99C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52A99C is #AD5663. Grayscale: #8D8D8D. Windows color (decimal): -11359844 or 10266962. OLE color: 10266962.
HSL color Cylindrical-coordinate representation of color #52A99C: hue angle of 171.03º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #52A99C is Cyan = 0.51, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 82 | 169 | 156 | - |
| CMYK | 0.51 | 0 | 0.08 | 0.34 |
| HSL | 171.03º | 0.35% | 0.49% | - |
| HSV(B) | 171.03º | 0.51% | 0.66% | - |
| XYZ | 23.67 | 32.57 | 36.49 | - |
| YUV | 141.51 | 136.18 | 85.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 169 | 156 | 0.51 | 0 | 0.08 | 0.34 | 171.03 | 0.35 | 0.49 |
| Hex | 52 | A9 | 9C | 33 | 0 | 8 | 22 | AB | 23 | 31 |
| Octal | 122 | 251 | 234 | 63 | 0 | 10 | 42 | 253 | 43 | 61 |
| Binary | 1010010 | 10101001 | 10011100 | 110011 | 0 | 1000 | 100010 | 10101011 | 100011 | 110001 |
Color Harmonies of #52A99C
Complementary color
Monochromatic Colors of #52A99C
Black with #52A99C
Text Example
Text Example
White with #52A99C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52A99C; }
p { color: rgb(82,169,156); }
H1.HeaderClassName
{
color: #52A99C;
}
.AnyTagClassName
{
color: #52A99C;
}
</style>
background-color css
<style>
a { background-color: #52A99C; }
a { background-color: rgb(82,169,156); }
div.DivClassName
{
background-color: #52A99C;
}
.BgClassName
{
background-color: #52A99C;
}
</style>
border-color css
<style>
span { border-color: #52A99C; }
span { border-color: rgb(82,169,156); }
td.TdClassName
{
border-color: #52A99C;
}
.TagClassName
{
border-color: #52A99C;
}
</style>