Html Css Color HEX #70DEAA Medium Aquamarine

📋 copy color: '#70DEAA'

red 112 ◦ green 222 ◦ blue 170

#70DEAA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Aquamarine #70DEAA

Tints of Medium Aquamarine #70DEAA

RGB

 RED value IS 112 (44.14% from 255) = 22.22%

 GREEN value IS 222 (87.11% from 255) = 44.05%

 BLUE value IS 170 (66.8% from 255) = 33.73%

R = 22.22%
G = 44.05%
B = 33.73%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.23

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#70DEAA (or 0x70DEAA) is known color: Medium Aquamarine. HEX triplet: 70, DE and AA. RGB value is (112,222,170). Sum of RGB (Red+Green+Blue) = 112+222+170=504 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.22% from 504); Green value is 222 (87.11% from 255 or 44.05% from 504); Blue value is 170 (66.80% from 255 or 33.73% from 504); Max value from RGB is 222 - color contains mainly: green. Hex color #70DEAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70DEAA is #8F2155. Grayscale: #B7B7B7. Windows color (decimal): -9380182 or 11198064. OLE color: 11198064.

HSL color Cylindrical-coordinate representation of color #70DEAA: hue angle of 151.64º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #70DEAA is Cyan = 0.50, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB 112 222 170 -
CMYK 0.50 0 0.23 0.13
HSL 151.64º 0.63% 0.65% -
HSV(B) 151.64º 0.5% 0.87% -
XYZ 40.06 58.59 47.23 -
YUV 183.18 120.56 77.23 -
System Red Green Blue C M Y K H S L
Decimal 112 222 170 0.50 0 0.23 0.13 151.64 0.63 0.65
Hex 70 DE AA 32 0 17 D 98 3E 41
Octal 160 336 252 62 0 27 15 230 76 101
Binary 1110000 11011110 10101010 110010 0 10111 1101 10011000 111110 1000001

Color Harmonies of #70DEAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DEAA

Black with #70DEAA

Text Example


Text Example

White with #70DEAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70DEAA; }

 p { color: rgb(112,222,170); }

 H1.HeaderClassName
 {
   color: #70DEAA;
 }
 .AnyTagClassName
 {
   color: #70DEAA;
 }
</style>

background-color css

<style>
 a { background-color: #70DEAA; }

 a { background-color: rgb(112,222,170); }

 div.DivClassName
 {
   background-color: #70DEAA;
 }
 .BgClassName
 {
   background-color: #70DEAA;
 }
</style>

border-color css

<style>
 span { border-color: #70DEAA; }

 span { border-color: rgb(112,222,170); }

 td.TdClassName
 {
   border-color: #70DEAA;
 }
 .TagClassName
 {
   border-color: #70DEAA;
 }
</style>