Html Css Color HEX #70E0AA Medium Aquamarine

📋 copy color: '#70E0AA'

red 112 ◦ green 224 ◦ blue 170

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

Shades of Medium Aquamarine #70E0AA

Tints of Medium Aquamarine #70E0AA

RGB

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

 GREEN value IS 224 (87.89% from 255) = 44.27%

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

R = 22.13%
G = 44.27%
B = 33.6%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.24

 K value IS 0.12

RGB Variations

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

Color information

#70E0AA (or 0x70E0AA) is known color: Medium Aquamarine. HEX triplet: 70, E0 and AA. RGB value is (112,224,170). Sum of RGB (Red+Green+Blue) = 112+224+170=506 (67% of max value = 765). Red value is 112 (44.14% from 255 or 22.13% from 506); Green value is 224 (87.89% from 255 or 44.27% from 506); Blue value is 170 (66.80% from 255 or 33.60% from 506); Max value from RGB is 224 - color contains mainly: green. Hex color #70E0AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70E0AA is #8F1F55. Grayscale: #B8B8B8. Windows color (decimal): -9379670 or 11198576. OLE color: 11198576.

HSL color Cylindrical-coordinate representation of color #70E0AA: hue angle of 151.07º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #70E0AA is Cyan = 0.50, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.12.

Color convert

RGB 112 224 170 -
CMYK 0.50 0 0.24 0.12
HSL 151.07º 0.64% 0.66% -
HSV(B) 151.07º 0.5% 0.88% -
XYZ 40.59 59.66 47.41 -
YUV 184.36 119.89 76.39 -
System Red Green Blue C M Y K H S L
Decimal 112 224 170 0.50 0 0.24 0.12 151.07 0.64 0.66
Hex 70 E0 AA 32 0 18 C 97 40 42
Octal 160 340 252 62 0 30 14 227 100 102
Binary 1110000 11100000 10101010 110010 0 11000 1100 10010111 1000000 1000010

Color Harmonies of #70E0AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70E0AA

Black with #70E0AA

Text Example


Text Example

White with #70E0AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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