Shades of Puerto Rico #52CAAE
Tints of Puerto Rico #52CAAE
RGB
CMYK
RGB Variations
Color information
#52CAAE (or 0x52CAAE) is known color: Puerto Rico. HEX triplet: 52, CA and AE. RGB value is (82,202,174). Sum of RGB (Red+Green+Blue) = 82+202+174=458 (60% of max value = 765). Red value is 82 (32.42% from 255 or 17.90% from 458); Green value is 202 (79.30% from 255 or 44.10% from 458); Blue value is 174 (68.36% from 255 or 37.99% from 458); Max value from RGB is 202 - color contains mainly: green. Hex color #52CAAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52CAAE is #AD3551. Grayscale: #A2A2A2. Windows color (decimal): -11351378 or 11455058. OLE color: 11455058.
HSL color Cylindrical-coordinate representation of color #52CAAE: hue angle of 166º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #52CAAE is Cyan = 0.59, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 82 | 202 | 174 | - |
| CMYK | 0.59 | 0 | 0.14 | 0.21 |
| HSL | 166º | 0.53% | 0.56% | - |
| HSV(B) | 166º | 0.59% | 0.79% | - |
| XYZ | 32.24 | 47.09 | 47.43 | - |
| YUV | 162.93 | 134.24 | 70.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 202 | 174 | 0.59 | 0 | 0.14 | 0.21 | 166 | 0.53 | 0.56 |
| Hex | 52 | CA | AE | 3B | 0 | E | 15 | A6 | 35 | 38 |
| Octal | 122 | 312 | 256 | 73 | 0 | 16 | 25 | 246 | 65 | 70 |
| Binary | 1010010 | 11001010 | 10101110 | 111011 | 0 | 1110 | 10101 | 10100110 | 110101 | 111000 |
Color Harmonies of #52CAAE
Complementary color
Monochromatic Colors of #52CAAE
Black with #52CAAE
Text Example
Text Example
White with #52CAAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52CAAE; }
p { color: rgb(82,202,174); }
H1.HeaderClassName
{
color: #52CAAE;
}
.AnyTagClassName
{
color: #52CAAE;
}
</style>
background-color css
<style>
a { background-color: #52CAAE; }
a { background-color: rgb(82,202,174); }
div.DivClassName
{
background-color: #52CAAE;
}
.BgClassName
{
background-color: #52CAAE;
}
</style>
border-color css
<style>
span { border-color: #52CAAE; }
span { border-color: rgb(82,202,174); }
td.TdClassName
{
border-color: #52CAAE;
}
.TagClassName
{
border-color: #52CAAE;
}
</style>