Shades of Puerto Rico #52C9AF
Tints of Puerto Rico #52C9AF
RGB
CMYK
RGB Variations
Color information
#52C9AF (or 0x52C9AF) is known color: Puerto Rico. HEX triplet: 52, C9 and AF. RGB value is (82,201,175). Sum of RGB (Red+Green+Blue) = 82+201+175=458 (60% of max value = 765). Red value is 82 (32.42% from 255 or 17.90% from 458); Green value is 201 (78.91% from 255 or 43.89% from 458); Blue value is 175 (68.75% from 255 or 38.21% from 458); Max value from RGB is 201 - color contains mainly: green. Hex color #52C9AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52C9AF is #AD3650. Grayscale: #A2A2A2. Windows color (decimal): -11351633 or 11520338. OLE color: 11520338.
HSL color Cylindrical-coordinate representation of color #52C9AF: hue angle of 166.89º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #52C9AF is Cyan = 0.59, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 82 | 201 | 175 | - |
| CMYK | 0.59 | 0 | 0.13 | 0.21 |
| HSL | 166.89º | 0.52% | 0.55% | - |
| HSV(B) | 166.89º | 0.59% | 0.79% | - |
| XYZ | 32.1 | 46.66 | 47.87 | - |
| YUV | 162.46 | 135.08 | 70.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 201 | 175 | 0.59 | 0 | 0.13 | 0.21 | 166.89 | 0.52 | 0.55 |
| Hex | 52 | C9 | AF | 3B | 0 | D | 15 | A7 | 34 | 37 |
| Octal | 122 | 311 | 257 | 73 | 0 | 15 | 25 | 247 | 64 | 67 |
| Binary | 1010010 | 11001001 | 10101111 | 111011 | 0 | 1101 | 10101 | 10100111 | 110100 | 110111 |
Color Harmonies of #52C9AF
Complementary color
Monochromatic Colors of #52C9AF
Black with #52C9AF
Text Example
Text Example
White with #52C9AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C9AF; }
p { color: rgb(82,201,175); }
H1.HeaderClassName
{
color: #52C9AF;
}
.AnyTagClassName
{
color: #52C9AF;
}
</style>
background-color css
<style>
a { background-color: #52C9AF; }
a { background-color: rgb(82,201,175); }
div.DivClassName
{
background-color: #52C9AF;
}
.BgClassName
{
background-color: #52C9AF;
}
</style>
border-color css
<style>
span { border-color: #52C9AF; }
span { border-color: rgb(82,201,175); }
td.TdClassName
{
border-color: #52C9AF;
}
.TagClassName
{
border-color: #52C9AF;
}
</style>