Shades of Aquamarine #70F1DB
Tints of Aquamarine #70F1DB
RGB
CMYK
RGB Variations
Color information
#70F1DB (or 0x70F1DB) is known color: Aquamarine. HEX triplet: 70, F1 and DB. RGB value is (112,241,219). Sum of RGB (Red+Green+Blue) = 112+241+219=572 (75% of max value = 765). Red value is 112 (44.14% from 255 or 19.58% from 572); Green value is 241 (94.53% from 255 or 42.13% from 572); Blue value is 219 (85.94% from 255 or 38.29% from 572); Max value from RGB is 241 - color contains mainly: green. Hex color #70F1DB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70F1DB is #8F0E24. Grayscale: #C7C7C7. Windows color (decimal): -9375269 or 14414192. OLE color: 14414192.
HSL color Cylindrical-coordinate representation of color #70F1DB: hue angle of 169.77º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #70F1DB is Cyan = 0.54, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 112 | 241 | 219 | - |
| CMYK | 0.54 | 0 | 0.09 | 0.05 |
| HSL | 169.77º | 0.82% | 0.69% | - |
| HSV(B) | 169.77º | 0.54% | 0.95% | - |
| XYZ | 50.92 | 71.47 | 78.13 | - |
| YUV | 199.92 | 138.76 | 65.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 241 | 219 | 0.54 | 0 | 0.09 | 0.05 | 169.77 | 0.82 | 0.69 |
| Hex | 70 | F1 | DB | 36 | 0 | 9 | 5 | AA | 52 | 45 |
| Octal | 160 | 361 | 333 | 66 | 0 | 11 | 5 | 252 | 122 | 105 |
| Binary | 1110000 | 11110001 | 11011011 | 110110 | 0 | 1001 | 101 | 10101010 | 1010010 | 1000101 |
Color Harmonies of #70F1DB
Complementary color
Monochromatic Colors of #70F1DB
Black with #70F1DB
Text Example
Text Example
White with #70F1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70F1DB; }
p { color: rgb(112,241,219); }
H1.HeaderClassName
{
color: #70F1DB;
}
.AnyTagClassName
{
color: #70F1DB;
}
</style>
background-color css
<style>
a { background-color: #70F1DB; }
a { background-color: rgb(112,241,219); }
div.DivClassName
{
background-color: #70F1DB;
}
.BgClassName
{
background-color: #70F1DB;
}
</style>
border-color css
<style>
span { border-color: #70F1DB; }
span { border-color: rgb(112,241,219); }
td.TdClassName
{
border-color: #70F1DB;
}
.TagClassName
{
border-color: #70F1DB;
}
</style>