Shades of Medium Aquamarine #70DBB0
Tints of Medium Aquamarine #70DBB0
RGB
CMYK
RGB Variations
Color information
#70DBB0 (or 0x70DBB0) is known color: Medium Aquamarine. HEX triplet: 70, DB and B0. RGB value is (112,219,176). Sum of RGB (Red+Green+Blue) = 112+219+176=507 (67% of max value = 765). Red value is 112 (44.14% from 255 or 22.09% from 507); Green value is 219 (85.94% from 255 or 43.20% from 507); Blue value is 176 (69.14% from 255 or 34.71% from 507); Max value from RGB is 219 - color contains mainly: green. Hex color #70DBB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70DBB0 is #8F244F. Grayscale: #B6B6B6. Windows color (decimal): -9380944 or 11590512. OLE color: 11590512.
HSL color Cylindrical-coordinate representation of color #70DBB0: hue angle of 155.89º 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 #70DBB0 is Cyan = 0.49, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 112 | 219 | 176 | - |
| CMYK | 0.49 | 0 | 0.20 | 0.14 |
| HSL | 155.89º | 0.6% | 0.65% | - |
| HSV(B) | 155.89º | 0.49% | 0.86% | - |
| XYZ | 39.85 | 57.24 | 50.02 | - |
| YUV | 182.11 | 124.55 | 78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 219 | 176 | 0.49 | 0 | 0.20 | 0.14 | 155.89 | 0.6 | 0.65 |
| Hex | 70 | DB | B0 | 31 | 0 | 14 | E | 9C | 3C | 41 |
| Octal | 160 | 333 | 260 | 61 | 0 | 24 | 16 | 234 | 74 | 101 |
| Binary | 1110000 | 11011011 | 10110000 | 110001 | 0 | 10100 | 1110 | 10011100 | 111100 | 1000001 |
Color Harmonies of #70DBB0
Complementary color
Monochromatic Colors of #70DBB0
Black with #70DBB0
Text Example
Text Example
White with #70DBB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70DBB0; }
p { color: rgb(112,219,176); }
H1.HeaderClassName
{
color: #70DBB0;
}
.AnyTagClassName
{
color: #70DBB0;
}
</style>
background-color css
<style>
a { background-color: #70DBB0; }
a { background-color: rgb(112,219,176); }
div.DivClassName
{
background-color: #70DBB0;
}
.BgClassName
{
background-color: #70DBB0;
}
</style>
border-color css
<style>
span { border-color: #70DBB0; }
span { border-color: rgb(112,219,176); }
td.TdClassName
{
border-color: #70DBB0;
}
.TagClassName
{
border-color: #70DBB0;
}
</style>