Shades of Medium Aquamarine #53CF9C
Tints of Medium Aquamarine #53CF9C
RGB
CMYK
RGB Variations
Color information
#53CF9C (or 0x53CF9C) is known color: Medium Aquamarine. HEX triplet: 53, CF and 9C. RGB value is (83,207,156). Sum of RGB (Red+Green+Blue) = 83+207+156=446 (59% of max value = 765). Red value is 83 (32.81% from 255 or 18.61% from 446); Green value is 207 (81.25% from 255 or 46.41% from 446); Blue value is 156 (61.33% from 255 or 34.98% from 446); Max value from RGB is 207 - color contains mainly: green. Hex color #53CF9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53CF9C is #AC3063. Grayscale: #A4A4A4. Windows color (decimal): -11284580 or 10276691. OLE color: 10276691.
HSL color Cylindrical-coordinate representation of color #53CF9C: hue angle of 155.32º degrees, saturation: 0.56, 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 #53CF9C is Cyan = 0.60, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 83 | 207 | 156 | - |
| CMYK | 0.60 | 0 | 0.25 | 0.19 |
| HSL | 155.32º | 0.56% | 0.57% | - |
| HSV(B) | 155.32º | 0.6% | 0.81% | - |
| XYZ | 31.88 | 48.86 | 39.2 | - |
| YUV | 164.11 | 123.42 | 70.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 207 | 156 | 0.60 | 0 | 0.25 | 0.19 | 155.32 | 0.56 | 0.57 |
| Hex | 53 | CF | 9C | 3C | 0 | 19 | 13 | 9B | 38 | 39 |
| Octal | 123 | 317 | 234 | 74 | 0 | 31 | 23 | 233 | 70 | 71 |
| Binary | 1010011 | 11001111 | 10011100 | 111100 | 0 | 11001 | 10011 | 10011011 | 111000 | 111001 |
Color Harmonies of #53CF9C
Complementary color
Monochromatic Colors of #53CF9C
Black with #53CF9C
Text Example
Text Example
White with #53CF9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53CF9C; }
p { color: rgb(83,207,156); }
H1.HeaderClassName
{
color: #53CF9C;
}
.AnyTagClassName
{
color: #53CF9C;
}
</style>
background-color css
<style>
a { background-color: #53CF9C; }
a { background-color: rgb(83,207,156); }
div.DivClassName
{
background-color: #53CF9C;
}
.BgClassName
{
background-color: #53CF9C;
}
</style>
border-color css
<style>
span { border-color: #53CF9C; }
span { border-color: rgb(83,207,156); }
td.TdClassName
{
border-color: #53CF9C;
}
.TagClassName
{
border-color: #53CF9C;
}
</style>