Shades of Puerto Rico #52C2B4
Tints of Puerto Rico #52C2B4
RGB
CMYK
RGB Variations
Color information
#52C2B4 (or 0x52C2B4) is known color: Puerto Rico. HEX triplet: 52, C2 and B4. RGB value is (82,194,180). Sum of RGB (Red+Green+Blue) = 82+194+180=456 (60% of max value = 765). Red value is 82 (32.42% from 255 or 17.98% from 456); Green value is 194 (76.17% from 255 or 42.54% from 456); Blue value is 180 (70.70% from 255 or 39.47% from 456); Max value from RGB is 194 - color contains mainly: green. Hex color #52C2B4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52C2B4 is #AD3D4B. Grayscale: #9E9E9E. Windows color (decimal): -11353420 or 11846226. OLE color: 11846226.
HSL color Cylindrical-coordinate representation of color #52C2B4: hue angle of 172.5º degrees, saturation: 0.48, 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 #52C2B4 is Cyan = 0.58, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 82 | 194 | 180 | - |
| CMYK | 0.58 | 0 | 0.07 | 0.24 |
| HSL | 172.5º | 0.48% | 0.54% | - |
| HSV(B) | 172.5º | 0.58% | 0.76% | - |
| XYZ | 31.01 | 43.67 | 49.98 | - |
| YUV | 158.92 | 139.89 | 73.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 194 | 180 | 0.58 | 0 | 0.07 | 0.24 | 172.5 | 0.48 | 0.54 |
| Hex | 52 | C2 | B4 | 3A | 0 | 7 | 18 | AC | 30 | 36 |
| Octal | 122 | 302 | 264 | 72 | 0 | 7 | 30 | 254 | 60 | 66 |
| Binary | 1010010 | 11000010 | 10110100 | 111010 | 0 | 111 | 11000 | 10101100 | 110000 | 110110 |
Color Harmonies of #52C2B4
Complementary color
Monochromatic Colors of #52C2B4
Black with #52C2B4
Text Example
Text Example
White with #52C2B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C2B4; }
p { color: rgb(82,194,180); }
H1.HeaderClassName
{
color: #52C2B4;
}
.AnyTagClassName
{
color: #52C2B4;
}
</style>
background-color css
<style>
a { background-color: #52C2B4; }
a { background-color: rgb(82,194,180); }
div.DivClassName
{
background-color: #52C2B4;
}
.BgClassName
{
background-color: #52C2B4;
}
</style>
border-color css
<style>
span { border-color: #52C2B4; }
span { border-color: rgb(82,194,180); }
td.TdClassName
{
border-color: #52C2B4;
}
.TagClassName
{
border-color: #52C2B4;
}
</style>