Shades of Aquamarine #70F0DF
Tints of Aquamarine #70F0DF
RGB
CMYK
RGB Variations
Color information
#70F0DF (or 0x70F0DF) is known color: Aquamarine. HEX triplet: 70, F0 and DF. RGB value is (112,240,223). Sum of RGB (Red+Green+Blue) = 112+240+223=575 (76% of max value = 765). Red value is 112 (44.14% from 255 or 19.48% from 575); Green value is 240 (94.14% from 255 or 41.74% from 575); Blue value is 223 (87.5% from 255 or 38.78% from 575); Max value from RGB is 240 - color contains mainly: green. Hex color #70F0DF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70F0DF is #8F0F20. Grayscale: #C7C7C7. Windows color (decimal): -9375521 or 14676080. OLE color: 14676080.
HSL color Cylindrical-coordinate representation of color #70F0DF: hue angle of 172.03º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #70F0DF is Cyan = 0.53, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 112 | 240 | 223 | - |
| CMYK | 0.53 | 0 | 0.07 | 0.06 |
| HSL | 172.03º | 0.81% | 0.69% | - |
| HSV(B) | 172.03º | 0.53% | 0.94% | - |
| XYZ | 51.16 | 71.09 | 80.84 | - |
| YUV | 199.79 | 141.09 | 65.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 240 | 223 | 0.53 | 0 | 0.07 | 0.06 | 172.03 | 0.81 | 0.69 |
| Hex | 70 | F0 | DF | 35 | 0 | 7 | 6 | AC | 51 | 45 |
| Octal | 160 | 360 | 337 | 65 | 0 | 7 | 6 | 254 | 121 | 105 |
| Binary | 1110000 | 11110000 | 11011111 | 110101 | 0 | 111 | 110 | 10101100 | 1010001 | 1000101 |
Color Harmonies of #70F0DF
Complementary color
Monochromatic Colors of #70F0DF
Black with #70F0DF
Text Example
Text Example
White with #70F0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70F0DF; }
p { color: rgb(112,240,223); }
H1.HeaderClassName
{
color: #70F0DF;
}
.AnyTagClassName
{
color: #70F0DF;
}
</style>
background-color css
<style>
a { background-color: #70F0DF; }
a { background-color: rgb(112,240,223); }
div.DivClassName
{
background-color: #70F0DF;
}
.BgClassName
{
background-color: #70F0DF;
}
</style>
border-color css
<style>
span { border-color: #70F0DF; }
span { border-color: rgb(112,240,223); }
td.TdClassName
{
border-color: #70F0DF;
}
.TagClassName
{
border-color: #70F0DF;
}
</style>