Shades of Puerto Rico #52B8AD
Tints of Puerto Rico #52B8AD
RGB
CMYK
RGB Variations
Color information
#52B8AD (or 0x52B8AD) is known color: Puerto Rico. HEX triplet: 52, B8 and AD. RGB value is (82,184,173). Sum of RGB (Red+Green+Blue) = 82+184+173=439 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.68% from 439); Green value is 184 (72.27% from 255 or 41.91% from 439); Blue value is 173 (67.97% from 255 or 39.41% from 439); Max value from RGB is 184 - color contains mainly: green. Hex color #52B8AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52B8AD is #AD4752. Grayscale: #989898. Windows color (decimal): -11355987 or 11384914. OLE color: 11384914.
HSL color Cylindrical-coordinate representation of color #52B8AD: hue angle of 173.53º 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 #52B8AD is Cyan = 0.55, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 82 | 184 | 173 | - |
| CMYK | 0.55 | 0 | 0.06 | 0.28 |
| HSL | 173.53º | 0.42% | 0.52% | - |
| HSV(B) | 173.53º | 0.55% | 0.72% | - |
| XYZ | 28.16 | 39.09 | 45.6 | - |
| YUV | 152.25 | 139.71 | 77.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 184 | 173 | 0.55 | 0 | 0.06 | 0.28 | 173.53 | 0.42 | 0.52 |
| Hex | 52 | B8 | AD | 37 | 0 | 6 | 1C | AE | 2A | 34 |
| Octal | 122 | 270 | 255 | 67 | 0 | 6 | 34 | 256 | 52 | 64 |
| Binary | 1010010 | 10111000 | 10101101 | 110111 | 0 | 110 | 11100 | 10101110 | 101010 | 110100 |
Color Harmonies of #52B8AD
Complementary color
Monochromatic Colors of #52B8AD
Black with #52B8AD
Text Example
Text Example
White with #52B8AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52B8AD; }
p { color: rgb(82,184,173); }
H1.HeaderClassName
{
color: #52B8AD;
}
.AnyTagClassName
{
color: #52B8AD;
}
</style>
background-color css
<style>
a { background-color: #52B8AD; }
a { background-color: rgb(82,184,173); }
div.DivClassName
{
background-color: #52B8AD;
}
.BgClassName
{
background-color: #52B8AD;
}
</style>
border-color css
<style>
span { border-color: #52B8AD; }
span { border-color: rgb(82,184,173); }
td.TdClassName
{
border-color: #52B8AD;
}
.TagClassName
{
border-color: #52B8AD;
}
</style>