Shades of Aquamarine #70EDC8
Tints of Aquamarine #70EDC8
RGB
CMYK
RGB Variations
Color information
#70EDC8 (or 0x70EDC8) is known color: Aquamarine. HEX triplet: 70, ED and C8. RGB value is (112,237,200). Sum of RGB (Red+Green+Blue) = 112+237+200=549 (72% of max value = 765). Red value is 112 (44.14% from 255 or 20.40% from 549); Green value is 237 (92.97% from 255 or 43.17% from 549); Blue value is 200 (78.52% from 255 or 36.43% from 549); Max value from RGB is 237 - color contains mainly: green. Hex color #70EDC8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70EDC8 is #8F1237. Grayscale: #C3C3C3. Windows color (decimal): -9376312 or 13167984. OLE color: 13167984.
HSL color Cylindrical-coordinate representation of color #70EDC8: hue angle of 162.24º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #70EDC8 is Cyan = 0.53, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 112 | 237 | 200 | - |
| CMYK | 0.53 | 0 | 0.16 | 0.07 |
| HSL | 162.24º | 0.78% | 0.68% | - |
| HSV(B) | 162.24º | 0.53% | 0.93% | - |
| XYZ | 47.39 | 68.18 | 65.31 | - |
| YUV | 195.41 | 130.59 | 68.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 237 | 200 | 0.53 | 0 | 0.16 | 0.07 | 162.24 | 0.78 | 0.68 |
| Hex | 70 | ED | C8 | 35 | 0 | 10 | 7 | A2 | 4E | 44 |
| Octal | 160 | 355 | 310 | 65 | 0 | 20 | 7 | 242 | 116 | 104 |
| Binary | 1110000 | 11101101 | 11001000 | 110101 | 0 | 10000 | 111 | 10100010 | 1001110 | 1000100 |
Color Harmonies of #70EDC8
Complementary color
Monochromatic Colors of #70EDC8
Black with #70EDC8
Text Example
Text Example
White with #70EDC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70EDC8; }
p { color: rgb(112,237,200); }
H1.HeaderClassName
{
color: #70EDC8;
}
.AnyTagClassName
{
color: #70EDC8;
}
</style>
background-color css
<style>
a { background-color: #70EDC8; }
a { background-color: rgb(112,237,200); }
div.DivClassName
{
background-color: #70EDC8;
}
.BgClassName
{
background-color: #70EDC8;
}
</style>
border-color css
<style>
span { border-color: #70EDC8; }
span { border-color: rgb(112,237,200); }
td.TdClassName
{
border-color: #70EDC8;
}
.TagClassName
{
border-color: #70EDC8;
}
</style>