Shades of Aquamarine #70FCD1
Tints of Aquamarine #70FCD1
RGB
CMYK
RGB Variations
Color information
#70FCD1 (or 0x70FCD1) is known color: Aquamarine. HEX triplet: 70, FC and D1. RGB value is (112,252,209). Sum of RGB (Red+Green+Blue) = 112+252+209=573 (75% of max value = 765). Red value is 112 (44.14% from 255 or 19.55% from 573); Green value is 252 (98.83% from 255 or 43.98% from 573); Blue value is 209 (82.03% from 255 or 36.47% from 573); Max value from RGB is 252 - color contains mainly: green. Hex color #70FCD1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70FCD1 is #8F032E. Grayscale: #CDCDCD. Windows color (decimal): -9372463 or 13761648. OLE color: 13761648.
HSL color Cylindrical-coordinate representation of color #70FCD1: hue angle of 161.57º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #70FCD1 is Cyan = 0.56, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 112 | 252 | 209 | - |
| CMYK | 0.56 | 0 | 0.17 | 0.01 |
| HSL | 161.57º | 0.96% | 0.71% | - |
| HSV(B) | 161.57º | 0.56% | 0.99% | - |
| XYZ | 53 | 77.67 | 72.52 | - |
| YUV | 205.24 | 130.12 | 61.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 252 | 209 | 0.56 | 0 | 0.17 | 0.01 | 161.57 | 0.96 | 0.71 |
| Hex | 70 | FC | D1 | 38 | 0 | 11 | 1 | A2 | 60 | 47 |
| Octal | 160 | 374 | 321 | 70 | 0 | 21 | 1 | 242 | 140 | 107 |
| Binary | 1110000 | 11111100 | 11010001 | 111000 | 0 | 10001 | 1 | 10100010 | 1100000 | 1000111 |
Color Harmonies of #70FCD1
Complementary color
Monochromatic Colors of #70FCD1
Black with #70FCD1
Text Example
Text Example
White with #70FCD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70FCD1; }
p { color: rgb(112,252,209); }
H1.HeaderClassName
{
color: #70FCD1;
}
.AnyTagClassName
{
color: #70FCD1;
}
</style>
background-color css
<style>
a { background-color: #70FCD1; }
a { background-color: rgb(112,252,209); }
div.DivClassName
{
background-color: #70FCD1;
}
.BgClassName
{
background-color: #70FCD1;
}
</style>
border-color css
<style>
span { border-color: #70FCD1; }
span { border-color: rgb(112,252,209); }
td.TdClassName
{
border-color: #70FCD1;
}
.TagClassName
{
border-color: #70FCD1;
}
</style>