Shades of Aquamarine #70FFDB
Tints of Aquamarine #70FFDB
RGB
CMYK
RGB Variations
Color information
#70FFDB (or 0x70FFDB) is known color: Aquamarine. HEX triplet: 70, FF and DB. RGB value is (112,255,219). Sum of RGB (Red+Green+Blue) = 112+255+219=586 (77% of max value = 765). Red value is 112 (44.14% from 255 or 19.11% from 586); Green value is 255 (100% from 255 or 43.52% from 586); Blue value is 219 (85.94% from 255 or 37.37% from 586); Max value from RGB is 255 - color contains mainly: green. Hex color #70FFDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70FFDB is #8F0024. Grayscale: #D0D0D0. Windows color (decimal): -9371685 or 14417776. OLE color: 14417776.
HSL color Cylindrical-coordinate representation of color #70FFDB: hue angle of 164.9º 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 #70FFDB is Cyan = 0.56, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 112 | 255 | 219 | - |
| CMYK | 0.56 | 0 | 0.14 | 0 |
| HSL | 164.9º | 1% | 0.72% | - |
| HSV(B) | 164.9º | 0.56% | 1% | - |
| XYZ | 55.23 | 80.08 | 79.56 | - |
| YUV | 208.14 | 134.12 | 59.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 255 | 219 | 0.56 | 0 | 0.14 | 0 | 164.9 | 1 | 0.72 |
| Hex | 70 | FF | DB | 38 | 0 | E | 0 | A5 | 64 | 48 |
| Octal | 160 | 377 | 333 | 70 | 0 | 16 | 0 | 245 | 144 | 110 |
| Binary | 1110000 | 11111111 | 11011011 | 111000 | 0 | 1110 | 0 | 10100101 | 1100100 | 1001000 |
Color Harmonies of #70FFDB
Complementary color
Monochromatic Colors of #70FFDB
Black with #70FFDB
Text Example
Text Example
White with #70FFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70FFDB; }
p { color: rgb(112,255,219); }
H1.HeaderClassName
{
color: #70FFDB;
}
.AnyTagClassName
{
color: #70FFDB;
}
</style>
background-color css
<style>
a { background-color: #70FFDB; }
a { background-color: rgb(112,255,219); }
div.DivClassName
{
background-color: #70FFDB;
}
.BgClassName
{
background-color: #70FFDB;
}
</style>
border-color css
<style>
span { border-color: #70FFDB; }
span { border-color: rgb(112,255,219); }
td.TdClassName
{
border-color: #70FFDB;
}
.TagClassName
{
border-color: #70FFDB;
}
</style>