Shades of Aquamarine #70EFC4
Tints of Aquamarine #70EFC4
RGB
CMYK
RGB Variations
Color information
#70EFC4 (or 0x70EFC4) is known color: Aquamarine. HEX triplet: 70, EF and C4. RGB value is (112,239,196). Sum of RGB (Red+Green+Blue) = 112+239+196=547 (72% of max value = 765). Red value is 112 (44.14% from 255 or 20.48% from 547); Green value is 239 (93.75% from 255 or 43.69% from 547); Blue value is 196 (76.95% from 255 or 35.83% from 547); Max value from RGB is 239 - color contains mainly: green. Hex color #70EFC4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70EFC4 is #8F103B. Grayscale: #C4C4C4. Windows color (decimal): -9375804 or 12906352. OLE color: 12906352.
HSL color Cylindrical-coordinate representation of color #70EFC4: hue angle of 159.69º degrees, saturation: 0.8, 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 #70EFC4 is Cyan = 0.53, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 112 | 239 | 196 | - |
| CMYK | 0.53 | 0 | 0.18 | 0.06 |
| HSL | 159.69º | 0.8% | 0.69% | - |
| HSV(B) | 159.69º | 0.53% | 0.94% | - |
| XYZ | 47.51 | 69.16 | 63.07 | - |
| YUV | 196.13 | 127.92 | 68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 239 | 196 | 0.53 | 0 | 0.18 | 0.06 | 159.69 | 0.8 | 0.69 |
| Hex | 70 | EF | C4 | 35 | 0 | 12 | 6 | A0 | 50 | 45 |
| Octal | 160 | 357 | 304 | 65 | 0 | 22 | 6 | 240 | 120 | 105 |
| Binary | 1110000 | 11101111 | 11000100 | 110101 | 0 | 10010 | 110 | 10100000 | 1010000 | 1000101 |
Color Harmonies of #70EFC4
Complementary color
Monochromatic Colors of #70EFC4
Black with #70EFC4
Text Example
Text Example
White with #70EFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70EFC4; }
p { color: rgb(112,239,196); }
H1.HeaderClassName
{
color: #70EFC4;
}
.AnyTagClassName
{
color: #70EFC4;
}
</style>
background-color css
<style>
a { background-color: #70EFC4; }
a { background-color: rgb(112,239,196); }
div.DivClassName
{
background-color: #70EFC4;
}
.BgClassName
{
background-color: #70EFC4;
}
</style>
border-color css
<style>
span { border-color: #70EFC4; }
span { border-color: rgb(112,239,196); }
td.TdClassName
{
border-color: #70EFC4;
}
.TagClassName
{
border-color: #70EFC4;
}
</style>