Shades of Aquamarine #70FCDB
Tints of Aquamarine #70FCDB
RGB
CMYK
RGB Variations
Color information
#70FCDB (or 0x70FCDB) is known color: Aquamarine. HEX triplet: 70, FC and DB. RGB value is (112,252,219). Sum of RGB (Red+Green+Blue) = 112+252+219=583 (77% of max value = 765). Red value is 112 (44.14% from 255 or 19.21% from 583); Green value is 252 (98.83% from 255 or 43.22% from 583); Blue value is 219 (85.94% from 255 or 37.56% from 583); Max value from RGB is 252 - color contains mainly: green. Hex color #70FCDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70FCDB is #8F0324. Grayscale: #CECECE. Windows color (decimal): -9372453 or 14417008. OLE color: 14417008.
HSL color Cylindrical-coordinate representation of color #70FCDB: hue angle of 165.86º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #70FCDB is Cyan = 0.56, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 112 | 252 | 219 | - |
| CMYK | 0.56 | 0 | 0.13 | 0.01 |
| HSL | 165.86º | 0.96% | 0.71% | - |
| HSV(B) | 165.86º | 0.56% | 0.99% | - |
| XYZ | 54.28 | 78.18 | 79.25 | - |
| YUV | 206.38 | 135.12 | 60.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 252 | 219 | 0.56 | 0 | 0.13 | 0.01 | 165.86 | 0.96 | 0.71 |
| Hex | 70 | FC | DB | 38 | 0 | D | 1 | A6 | 60 | 47 |
| Octal | 160 | 374 | 333 | 70 | 0 | 15 | 1 | 246 | 140 | 107 |
| Binary | 1110000 | 11111100 | 11011011 | 111000 | 0 | 1101 | 1 | 10100110 | 1100000 | 1000111 |
Color Harmonies of #70FCDB
Complementary color
Monochromatic Colors of #70FCDB
Black with #70FCDB
Text Example
Text Example
White with #70FCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70FCDB; }
p { color: rgb(112,252,219); }
H1.HeaderClassName
{
color: #70FCDB;
}
.AnyTagClassName
{
color: #70FCDB;
}
</style>
background-color css
<style>
a { background-color: #70FCDB; }
a { background-color: rgb(112,252,219); }
div.DivClassName
{
background-color: #70FCDB;
}
.BgClassName
{
background-color: #70FCDB;
}
</style>
border-color css
<style>
span { border-color: #70FCDB; }
span { border-color: rgb(112,252,219); }
td.TdClassName
{
border-color: #70FCDB;
}
.TagClassName
{
border-color: #70FCDB;
}
</style>