Shades of Medium Aquamarine #70DBB2
Tints of Medium Aquamarine #70DBB2
RGB
CMYK
RGB Variations
Color information
#70DBB2 (or 0x70DBB2) is known color: Medium Aquamarine. HEX triplet: 70, DB and B2. RGB value is (112,219,178). Sum of RGB (Red+Green+Blue) = 112+219+178=509 (67% of max value = 765). Red value is 112 (44.14% from 255 or 22.00% from 509); Green value is 219 (85.94% from 255 or 43.03% from 509); Blue value is 178 (69.92% from 255 or 34.97% from 509); Max value from RGB is 219 - color contains mainly: green. Hex color #70DBB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70DBB2 is #8F244D. Grayscale: #B6B6B6. Windows color (decimal): -9380942 or 11721584. OLE color: 11721584.
HSL color Cylindrical-coordinate representation of color #70DBB2: hue angle of 157.01º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #70DBB2 is Cyan = 0.49, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 112 | 219 | 178 | - |
| CMYK | 0.49 | 0 | 0.19 | 0.14 |
| HSL | 157.01º | 0.6% | 0.65% | - |
| HSV(B) | 157.01º | 0.49% | 0.86% | - |
| XYZ | 40.05 | 57.32 | 51.07 | - |
| YUV | 182.33 | 125.55 | 77.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 219 | 178 | 0.49 | 0 | 0.19 | 0.14 | 157.01 | 0.6 | 0.65 |
| Hex | 70 | DB | B2 | 31 | 0 | 13 | E | 9D | 3C | 41 |
| Octal | 160 | 333 | 262 | 61 | 0 | 23 | 16 | 235 | 74 | 101 |
| Binary | 1110000 | 11011011 | 10110010 | 110001 | 0 | 10011 | 1110 | 10011101 | 111100 | 1000001 |
Color Harmonies of #70DBB2
Complementary color
Monochromatic Colors of #70DBB2
Black with #70DBB2
Text Example
Text Example
White with #70DBB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70DBB2; }
p { color: rgb(112,219,178); }
H1.HeaderClassName
{
color: #70DBB2;
}
.AnyTagClassName
{
color: #70DBB2;
}
</style>
background-color css
<style>
a { background-color: #70DBB2; }
a { background-color: rgb(112,219,178); }
div.DivClassName
{
background-color: #70DBB2;
}
.BgClassName
{
background-color: #70DBB2;
}
</style>
border-color css
<style>
span { border-color: #70DBB2; }
span { border-color: rgb(112,219,178); }
td.TdClassName
{
border-color: #70DBB2;
}
.TagClassName
{
border-color: #70DBB2;
}
</style>