Shades of Puerto Rico #52AE9C
Tints of Puerto Rico #52AE9C
RGB
CMYK
RGB Variations
Color information
#52AE9C (or 0x52AE9C) is known color: Puerto Rico. HEX triplet: 52, AE and 9C. RGB value is (82,174,156). Sum of RGB (Red+Green+Blue) = 82+174+156=412 (54% of max value = 765). Red value is 82 (32.42% from 255 or 19.90% from 412); Green value is 174 (68.36% from 255 or 42.23% from 412); Blue value is 156 (61.33% from 255 or 37.86% from 412); Max value from RGB is 174 - color contains mainly: green. Hex color #52AE9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52AE9C is #AD5163. Grayscale: #909090. Windows color (decimal): -11358564 or 10268242. OLE color: 10268242.
HSL color Cylindrical-coordinate representation of color #52AE9C: hue angle of 168.26º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #52AE9C is Cyan = 0.53, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 82 | 174 | 156 | - |
| CMYK | 0.53 | 0 | 0.10 | 0.32 |
| HSL | 168.26º | 0.36% | 0.5% | - |
| HSV(B) | 168.26º | 0.53% | 0.68% | - |
| XYZ | 24.62 | 34.47 | 36.81 | - |
| YUV | 144.44 | 134.52 | 83.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 174 | 156 | 0.53 | 0 | 0.10 | 0.32 | 168.26 | 0.36 | 0.5 |
| Hex | 52 | AE | 9C | 35 | 0 | A | 20 | A8 | 24 | 32 |
| Octal | 122 | 256 | 234 | 65 | 0 | 12 | 40 | 250 | 44 | 62 |
| Binary | 1010010 | 10101110 | 10011100 | 110101 | 0 | 1010 | 100000 | 10101000 | 100100 | 110010 |
Color Harmonies of #52AE9C
Complementary color
Monochromatic Colors of #52AE9C
Black with #52AE9C
Text Example
Text Example
White with #52AE9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52AE9C; }
p { color: rgb(82,174,156); }
H1.HeaderClassName
{
color: #52AE9C;
}
.AnyTagClassName
{
color: #52AE9C;
}
</style>
background-color css
<style>
a { background-color: #52AE9C; }
a { background-color: rgb(82,174,156); }
div.DivClassName
{
background-color: #52AE9C;
}
.BgClassName
{
background-color: #52AE9C;
}
</style>
border-color css
<style>
span { border-color: #52AE9C; }
span { border-color: rgb(82,174,156); }
td.TdClassName
{
border-color: #52AE9C;
}
.TagClassName
{
border-color: #52AE9C;
}
</style>