Html Css Color HEX #70E1A9 Medium Aquamarine

📋 copy color: '#70E1A9'

red 112 ◦ green 225 ◦ blue 169

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

Shades of Medium Aquamarine #70E1A9

Tints of Medium Aquamarine #70E1A9

RGB

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

 GREEN value IS 225 (88.28% from 255) = 44.47%

 BLUE value IS 169 (66.41% from 255) = 33.4%

R = 22.13%
G = 44.47%
B = 33.4%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.25

 K value IS 0.12

RGB Variations

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

Color information

#70E1A9 (or 0x70E1A9) is known color: Medium Aquamarine. HEX triplet: 70, E1 and A9. RGB value is (112,225,169). Sum of RGB (Red+Green+Blue) = 112+225+169=506 (67% of max value = 765). Red value is 112 (44.14% from 255 or 22.13% from 506); Green value is 225 (88.28% from 255 or 44.47% from 506); Blue value is 169 (66.41% from 255 or 33.40% from 506); Max value from RGB is 225 - color contains mainly: green. Hex color #70E1A9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70E1A9 is #8F1E56. Grayscale: #B8B8B8. Windows color (decimal): -9379415 or 11133296. OLE color: 11133296.

HSL color Cylindrical-coordinate representation of color #70E1A9: hue angle of 150.27º degrees, saturation: 0.65, 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 #70E1A9 is Cyan = 0.50, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.12.

Color convert

RGB 112 225 169 -
CMYK 0.50 0 0.25 0.12
HSL 150.27º 0.65% 0.66% -
HSV(B) 150.27º 0.5% 0.88% -
XYZ 40.77 60.16 47 -
YUV 184.83 119.06 76.05 -
System Red Green Blue C M Y K H S L
Decimal 112 225 169 0.50 0 0.25 0.12 150.27 0.65 0.66
Hex 70 E1 A9 32 0 19 C 96 41 42
Octal 160 341 251 62 0 31 14 226 101 102
Binary 1110000 11100001 10101001 110010 0 11001 1100 10010110 1000001 1000010

Color Harmonies of #70E1A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70E1A9

Black with #70E1A9

Text Example


Text Example

White with #70E1A9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,225,169); }

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

background-color css

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

 a { background-color: rgb(112,225,169); }

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

border-color css

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

 span { border-color: rgb(112,225,169); }

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