Shades of Medium Aquamarine #70CDA8
Tints of Medium Aquamarine #70CDA8
RGB
CMYK
RGB Variations
Color information
#70CDA8 (or 0x70CDA8) is known color: Medium Aquamarine. HEX triplet: 70, CD and A8. RGB value is (112,205,168). Sum of RGB (Red+Green+Blue) = 112+205+168=485 (64% of max value = 765). Red value is 112 (44.14% from 255 or 23.09% from 485); Green value is 205 (80.47% from 255 or 42.27% from 485); Blue value is 168 (66.02% from 255 or 34.64% from 485); Max value from RGB is 205 - color contains mainly: green. Hex color #70CDA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70CDA8 is #8F3257. Grayscale: #ADADAD. Windows color (decimal): -9384536 or 11062640. OLE color: 11062640.
HSL color Cylindrical-coordinate representation of color #70CDA8: hue angle of 156.13º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #70CDA8 is Cyan = 0.45, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 112 | 205 | 168 | - |
| CMYK | 0.45 | 0 | 0.18 | 0.20 |
| HSL | 156.13º | 0.48% | 0.62% | - |
| HSV(B) | 156.13º | 0.45% | 0.8% | - |
| XYZ | 35.58 | 49.93 | 44.81 | - |
| YUV | 172.98 | 125.19 | 84.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 205 | 168 | 0.45 | 0 | 0.18 | 0.20 | 156.13 | 0.48 | 0.62 |
| Hex | 70 | CD | A8 | 2D | 0 | 12 | 14 | 9C | 30 | 3E |
| Octal | 160 | 315 | 250 | 55 | 0 | 22 | 24 | 234 | 60 | 76 |
| Binary | 1110000 | 11001101 | 10101000 | 101101 | 0 | 10010 | 10100 | 10011100 | 110000 | 111110 |
Color Harmonies of #70CDA8
Complementary color
Monochromatic Colors of #70CDA8
Black with #70CDA8
Text Example
Text Example
White with #70CDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70CDA8; }
p { color: rgb(112,205,168); }
H1.HeaderClassName
{
color: #70CDA8;
}
.AnyTagClassName
{
color: #70CDA8;
}
</style>
background-color css
<style>
a { background-color: #70CDA8; }
a { background-color: rgb(112,205,168); }
div.DivClassName
{
background-color: #70CDA8;
}
.BgClassName
{
background-color: #70CDA8;
}
</style>
border-color css
<style>
span { border-color: #70CDA8; }
span { border-color: rgb(112,205,168); }
td.TdClassName
{
border-color: #70CDA8;
}
.TagClassName
{
border-color: #70CDA8;
}
</style>