Shades of Aquamarine #70F3DB
Tints of Aquamarine #70F3DB
RGB
CMYK
RGB Variations
Color information
#70F3DB (or 0x70F3DB) is known color: Aquamarine. HEX triplet: 70, F3 and DB. RGB value is (112,243,219). Sum of RGB (Red+Green+Blue) = 112+243+219=574 (76% of max value = 765). Red value is 112 (44.14% from 255 or 19.51% from 574); Green value is 243 (95.31% from 255 or 42.33% from 574); Blue value is 219 (85.94% from 255 or 38.15% from 574); Max value from RGB is 243 - color contains mainly: green. Hex color #70F3DB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70F3DB is #8F0C24. Grayscale: #C9C9C9. Windows color (decimal): -9374757 or 14414704. OLE color: 14414704.
HSL color Cylindrical-coordinate representation of color #70F3DB: hue angle of 169.01º degrees, saturation: 0.85, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #70F3DB is Cyan = 0.54, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 112 | 243 | 219 | - |
| CMYK | 0.54 | 0 | 0.10 | 0.05 |
| HSL | 169.01º | 0.85% | 0.7% | - |
| HSV(B) | 169.01º | 0.54% | 0.95% | - |
| XYZ | 51.52 | 72.66 | 78.33 | - |
| YUV | 201.1 | 138.1 | 64.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 243 | 219 | 0.54 | 0 | 0.10 | 0.05 | 169.01 | 0.85 | 0.7 |
| Hex | 70 | F3 | DB | 36 | 0 | A | 5 | A9 | 55 | 46 |
| Octal | 160 | 363 | 333 | 66 | 0 | 12 | 5 | 251 | 125 | 106 |
| Binary | 1110000 | 11110011 | 11011011 | 110110 | 0 | 1010 | 101 | 10101001 | 1010101 | 1000110 |
Color Harmonies of #70F3DB
Complementary color
Monochromatic Colors of #70F3DB
Black with #70F3DB
Text Example
Text Example
White with #70F3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70F3DB; }
p { color: rgb(112,243,219); }
H1.HeaderClassName
{
color: #70F3DB;
}
.AnyTagClassName
{
color: #70F3DB;
}
</style>
background-color css
<style>
a { background-color: #70F3DB; }
a { background-color: rgb(112,243,219); }
div.DivClassName
{
background-color: #70F3DB;
}
.BgClassName
{
background-color: #70F3DB;
}
</style>
border-color css
<style>
span { border-color: #70F3DB; }
span { border-color: rgb(112,243,219); }
td.TdClassName
{
border-color: #70F3DB;
}
.TagClassName
{
border-color: #70F3DB;
}
</style>