Shades of Aquamarine #70F8DB
Tints of Aquamarine #70F8DB
RGB
CMYK
RGB Variations
Color information
#70F8DB (or 0x70F8DB) is known color: Aquamarine. HEX triplet: 70, F8 and DB. RGB value is (112,248,219). Sum of RGB (Red+Green+Blue) = 112+248+219=579 (76% of max value = 765). Red value is 112 (44.14% from 255 or 19.34% from 579); Green value is 248 (97.27% from 255 or 42.83% from 579); Blue value is 219 (85.94% from 255 or 37.82% from 579); Max value from RGB is 248 - color contains mainly: green. Hex color #70F8DB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70F8DB is #8F0724. Grayscale: #CCCCCC. Windows color (decimal): -9373477 or 14415984. OLE color: 14415984.
HSL color Cylindrical-coordinate representation of color #70F8DB: hue angle of 167.21º degrees, saturation: 0.91, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #70F8DB is Cyan = 0.55, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 112 | 248 | 219 | - |
| CMYK | 0.55 | 0 | 0.12 | 0.03 |
| HSL | 167.21º | 0.91% | 0.71% | - |
| HSV(B) | 167.21º | 0.55% | 0.97% | - |
| XYZ | 53.04 | 75.69 | 78.83 | - |
| YUV | 204.03 | 136.44 | 62.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 248 | 219 | 0.55 | 0 | 0.12 | 0.03 | 167.21 | 0.91 | 0.71 |
| Hex | 70 | F8 | DB | 37 | 0 | C | 3 | A7 | 5B | 47 |
| Octal | 160 | 370 | 333 | 67 | 0 | 14 | 3 | 247 | 133 | 107 |
| Binary | 1110000 | 11111000 | 11011011 | 110111 | 0 | 1100 | 11 | 10100111 | 1011011 | 1000111 |
Color Harmonies of #70F8DB
Complementary color
Monochromatic Colors of #70F8DB
Black with #70F8DB
Text Example
Text Example
White with #70F8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70F8DB; }
p { color: rgb(112,248,219); }
H1.HeaderClassName
{
color: #70F8DB;
}
.AnyTagClassName
{
color: #70F8DB;
}
</style>
background-color css
<style>
a { background-color: #70F8DB; }
a { background-color: rgb(112,248,219); }
div.DivClassName
{
background-color: #70F8DB;
}
.BgClassName
{
background-color: #70F8DB;
}
</style>
border-color css
<style>
span { border-color: #70F8DB; }
span { border-color: rgb(112,248,219); }
td.TdClassName
{
border-color: #70F8DB;
}
.TagClassName
{
border-color: #70F8DB;
}
</style>