Shades of Aquamarine #70FADE
Tints of Aquamarine #70FADE
RGB
CMYK
RGB Variations
Color information
#70FADE (or 0x70FADE) is known color: Aquamarine. HEX triplet: 70, FA and DE. RGB value is (112,250,222). Sum of RGB (Red+Green+Blue) = 112+250+222=584 (77% of max value = 765). Red value is 112 (44.14% from 255 or 19.18% from 584); Green value is 250 (98.05% from 255 or 42.81% from 584); Blue value is 222 (87.11% from 255 or 38.01% from 584); Max value from RGB is 250 - color contains mainly: green. Hex color #70FADE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70FADE is #8F0521. Grayscale: #CDCDCD. Windows color (decimal): -9372962 or 14613104. OLE color: 14613104.
HSL color Cylindrical-coordinate representation of color #70FADE: hue angle of 167.83º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #70FADE is Cyan = 0.55, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 112 | 250 | 222 | - |
| CMYK | 0.55 | 0 | 0.11 | 0.02 |
| HSL | 167.83º | 0.93% | 0.71% | - |
| HSV(B) | 167.83º | 0.55% | 0.98% | - |
| XYZ | 54.05 | 77.09 | 81.14 | - |
| YUV | 205.55 | 137.28 | 61.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 250 | 222 | 0.55 | 0 | 0.11 | 0.02 | 167.83 | 0.93 | 0.71 |
| Hex | 70 | FA | DE | 37 | 0 | B | 2 | A8 | 5D | 47 |
| Octal | 160 | 372 | 336 | 67 | 0 | 13 | 2 | 250 | 135 | 107 |
| Binary | 1110000 | 11111010 | 11011110 | 110111 | 0 | 1011 | 10 | 10101000 | 1011101 | 1000111 |
Color Harmonies of #70FADE
Complementary color
Monochromatic Colors of #70FADE
Black with #70FADE
Text Example
Text Example
White with #70FADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70FADE; }
p { color: rgb(112,250,222); }
H1.HeaderClassName
{
color: #70FADE;
}
.AnyTagClassName
{
color: #70FADE;
}
</style>
background-color css
<style>
a { background-color: #70FADE; }
a { background-color: rgb(112,250,222); }
div.DivClassName
{
background-color: #70FADE;
}
.BgClassName
{
background-color: #70FADE;
}
</style>
border-color css
<style>
span { border-color: #70FADE; }
span { border-color: rgb(112,250,222); }
td.TdClassName
{
border-color: #70FADE;
}
.TagClassName
{
border-color: #70FADE;
}
</style>