Shades of Puerto Rico #52C1AF
Tints of Puerto Rico #52C1AF
RGB
CMYK
RGB Variations
Color information
#52C1AF (or 0x52C1AF) is known color: Puerto Rico. HEX triplet: 52, C1 and AF. RGB value is (82,193,175). Sum of RGB (Red+Green+Blue) = 82+193+175=450 (59% of max value = 765). Red value is 82 (32.42% from 255 or 18.22% from 450); Green value is 193 (75.78% from 255 or 42.89% from 450); Blue value is 175 (68.75% from 255 or 38.89% from 450); Max value from RGB is 193 - color contains mainly: green. Hex color #52C1AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52C1AF is #AD3E50. Grayscale: #9D9D9D. Windows color (decimal): -11353681 or 11518290. OLE color: 11518290.
HSL color Cylindrical-coordinate representation of color #52C1AF: hue angle of 170.27º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #52C1AF is Cyan = 0.58, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 82 | 193 | 175 | - |
| CMYK | 0.58 | 0 | 0.09 | 0.24 |
| HSL | 170.27º | 0.47% | 0.54% | - |
| HSV(B) | 170.27º | 0.58% | 0.76% | - |
| XYZ | 30.29 | 43.03 | 47.27 | - |
| YUV | 157.76 | 137.73 | 73.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 193 | 175 | 0.58 | 0 | 0.09 | 0.24 | 170.27 | 0.47 | 0.54 |
| Hex | 52 | C1 | AF | 3A | 0 | 9 | 18 | AA | 2F | 36 |
| Octal | 122 | 301 | 257 | 72 | 0 | 11 | 30 | 252 | 57 | 66 |
| Binary | 1010010 | 11000001 | 10101111 | 111010 | 0 | 1001 | 11000 | 10101010 | 101111 | 110110 |
Color Harmonies of #52C1AF
Complementary color
Monochromatic Colors of #52C1AF
Black with #52C1AF
Text Example
Text Example
White with #52C1AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C1AF; }
p { color: rgb(82,193,175); }
H1.HeaderClassName
{
color: #52C1AF;
}
.AnyTagClassName
{
color: #52C1AF;
}
</style>
background-color css
<style>
a { background-color: #52C1AF; }
a { background-color: rgb(82,193,175); }
div.DivClassName
{
background-color: #52C1AF;
}
.BgClassName
{
background-color: #52C1AF;
}
</style>
border-color css
<style>
span { border-color: #52C1AF; }
span { border-color: rgb(82,193,175); }
td.TdClassName
{
border-color: #52C1AF;
}
.TagClassName
{
border-color: #52C1AF;
}
</style>