Shades of Puerto Rico #52B8AC
Tints of Puerto Rico #52B8AC
RGB
CMYK
RGB Variations
Color information
#52B8AC (or 0x52B8AC) is known color: Puerto Rico. HEX triplet: 52, B8 and AC. RGB value is (82,184,172). Sum of RGB (Red+Green+Blue) = 82+184+172=438 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.72% from 438); Green value is 184 (72.27% from 255 or 42.01% from 438); Blue value is 172 (67.58% from 255 or 39.27% from 438); Max value from RGB is 184 - color contains mainly: green. Hex color #52B8AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52B8AC is #AD4753. Grayscale: #989898. Windows color (decimal): -11355988 or 11319378. OLE color: 11319378.
HSL color Cylindrical-coordinate representation of color #52B8AC: hue angle of 172.94º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #52B8AC is Cyan = 0.55, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 82 | 184 | 172 | - |
| CMYK | 0.55 | 0 | 0.07 | 0.28 |
| HSL | 172.94º | 0.42% | 0.52% | - |
| HSV(B) | 172.94º | 0.55% | 0.72% | - |
| XYZ | 28.07 | 39.05 | 45.09 | - |
| YUV | 152.13 | 139.21 | 77.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 184 | 172 | 0.55 | 0 | 0.07 | 0.28 | 172.94 | 0.42 | 0.52 |
| Hex | 52 | B8 | AC | 37 | 0 | 7 | 1C | AD | 2A | 34 |
| Octal | 122 | 270 | 254 | 67 | 0 | 7 | 34 | 255 | 52 | 64 |
| Binary | 1010010 | 10111000 | 10101100 | 110111 | 0 | 111 | 11100 | 10101101 | 101010 | 110100 |
Color Harmonies of #52B8AC
Complementary color
Monochromatic Colors of #52B8AC
Black with #52B8AC
Text Example
Text Example
White with #52B8AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52B8AC; }
p { color: rgb(82,184,172); }
H1.HeaderClassName
{
color: #52B8AC;
}
.AnyTagClassName
{
color: #52B8AC;
}
</style>
background-color css
<style>
a { background-color: #52B8AC; }
a { background-color: rgb(82,184,172); }
div.DivClassName
{
background-color: #52B8AC;
}
.BgClassName
{
background-color: #52B8AC;
}
</style>
border-color css
<style>
span { border-color: #52B8AC; }
span { border-color: rgb(82,184,172); }
td.TdClassName
{
border-color: #52B8AC;
}
.TagClassName
{
border-color: #52B8AC;
}
</style>