Shades of Medium Aquamarine #52CF9B
Tints of Medium Aquamarine #52CF9B
RGB
CMYK
RGB Variations
Color information
#52CF9B (or 0x52CF9B) is known color: Medium Aquamarine. HEX triplet: 52, CF and 9B. RGB value is (82,207,155). Sum of RGB (Red+Green+Blue) = 82+207+155=444 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.47% from 444); Green value is 207 (81.25% from 255 or 46.62% from 444); Blue value is 155 (60.94% from 255 or 34.91% from 444); Max value from RGB is 207 - color contains mainly: green. Hex color #52CF9B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52CF9B is #AD3064. Grayscale: #A3A3A3. Windows color (decimal): -11350117 or 10211154. OLE color: 10211154.
HSL color Cylindrical-coordinate representation of color #52CF9B: hue angle of 155.04º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #52CF9B is Cyan = 0.60, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 82 | 207 | 155 | - |
| CMYK | 0.60 | 0 | 0.25 | 0.19 |
| HSL | 155.04º | 0.57% | 0.57% | - |
| HSV(B) | 155.04º | 0.6% | 0.81% | - |
| XYZ | 31.71 | 48.79 | 38.76 | - |
| YUV | 163.7 | 123.09 | 69.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 207 | 155 | 0.60 | 0 | 0.25 | 0.19 | 155.04 | 0.57 | 0.57 |
| Hex | 52 | CF | 9B | 3C | 0 | 19 | 13 | 9B | 39 | 39 |
| Octal | 122 | 317 | 233 | 74 | 0 | 31 | 23 | 233 | 71 | 71 |
| Binary | 1010010 | 11001111 | 10011011 | 111100 | 0 | 11001 | 10011 | 10011011 | 111001 | 111001 |
Color Harmonies of #52CF9B
Complementary color
Monochromatic Colors of #52CF9B
Black with #52CF9B
Text Example
Text Example
White with #52CF9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52CF9B; }
p { color: rgb(82,207,155); }
H1.HeaderClassName
{
color: #52CF9B;
}
.AnyTagClassName
{
color: #52CF9B;
}
</style>
background-color css
<style>
a { background-color: #52CF9B; }
a { background-color: rgb(82,207,155); }
div.DivClassName
{
background-color: #52CF9B;
}
.BgClassName
{
background-color: #52CF9B;
}
</style>
border-color css
<style>
span { border-color: #52CF9B; }
span { border-color: rgb(82,207,155); }
td.TdClassName
{
border-color: #52CF9B;
}
.TagClassName
{
border-color: #52CF9B;
}
</style>