Shades of Aquamarine #70FFDA
Tints of Aquamarine #70FFDA
RGB
CMYK
RGB Variations
Color information
#70FFDA (or 0x70FFDA) is known color: Aquamarine. HEX triplet: 70, FF and DA. RGB value is (112,255,218). Sum of RGB (Red+Green+Blue) = 112+255+218=585 (77% of max value = 765). Red value is 112 (44.14% from 255 or 19.15% from 585); Green value is 255 (100% from 255 or 43.59% from 585); Blue value is 218 (85.55% from 255 or 37.26% from 585); Max value from RGB is 255 - color contains mainly: green. Hex color #70FFDA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70FFDA is #8F0025. Grayscale: #D0D0D0. Windows color (decimal): -9371686 or 14352240. OLE color: 14352240.
HSL color Cylindrical-coordinate representation of color #70FFDA: hue angle of 164.48º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #70FFDA is Cyan = 0.56, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 112 | 255 | 218 | - |
| CMYK | 0.56 | 0 | 0.15 | 0 |
| HSL | 164.48º | 1% | 0.72% | - |
| HSV(B) | 164.48º | 0.56% | 1% | - |
| XYZ | 55.1 | 80.03 | 78.87 | - |
| YUV | 208.03 | 133.62 | 59.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 255 | 218 | 0.56 | 0 | 0.15 | 0 | 164.48 | 1 | 0.72 |
| Hex | 70 | FF | DA | 38 | 0 | F | 0 | A4 | 64 | 48 |
| Octal | 160 | 377 | 332 | 70 | 0 | 17 | 0 | 244 | 144 | 110 |
| Binary | 1110000 | 11111111 | 11011010 | 111000 | 0 | 1111 | 0 | 10100100 | 1100100 | 1001000 |
Color Harmonies of #70FFDA
Complementary color
Monochromatic Colors of #70FFDA
Black with #70FFDA
Text Example
Text Example
White with #70FFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70FFDA; }
p { color: rgb(112,255,218); }
H1.HeaderClassName
{
color: #70FFDA;
}
.AnyTagClassName
{
color: #70FFDA;
}
</style>
background-color css
<style>
a { background-color: #70FFDA; }
a { background-color: rgb(112,255,218); }
div.DivClassName
{
background-color: #70FFDA;
}
.BgClassName
{
background-color: #70FFDA;
}
</style>
border-color css
<style>
span { border-color: #70FFDA; }
span { border-color: rgb(112,255,218); }
td.TdClassName
{
border-color: #70FFDA;
}
.TagClassName
{
border-color: #70FFDA;
}
</style>