Html Css Color HEX #70E9A9 Medium Aquamarine

📋 copy color: '#70E9A9'

red 112 ◦ green 233 ◦ blue 169

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

Shades of Medium Aquamarine #70E9A9

Tints of Medium Aquamarine #70E9A9

RGB

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

 GREEN value IS 233 (91.41% from 255) = 45.33%

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

R = 21.79%
G = 45.33%
B = 32.88%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.27

 K value IS 0.09

RGB Variations

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

Color information

#70E9A9 (or 0x70E9A9) is known color: Medium Aquamarine. HEX triplet: 70, E9 and A9. RGB value is (112,233,169). Sum of RGB (Red+Green+Blue) = 112+233+169=514 (68% of max value = 765). Red value is 112 (44.14% from 255 or 21.79% from 514); Green value is 233 (91.41% from 255 or 45.33% from 514); Blue value is 169 (66.41% from 255 or 32.88% from 514); Max value from RGB is 233 - color contains mainly: green. Hex color #70E9A9 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70E9A9 is #8F1656. Grayscale: #BDBDBD. Windows color (decimal): -9377367 or 11135344. OLE color: 11135344.

HSL color Cylindrical-coordinate representation of color #70E9A9: hue angle of 148.26º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #70E9A9 is Cyan = 0.52, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.09.

Color convert

RGB 112 233 169 -
CMYK 0.52 0 0.27 0.09
HSL 148.26º 0.73% 0.68% -
HSV(B) 148.26º 0.52% 0.91% -
XYZ 42.98 64.59 47.74 -
YUV 189.53 116.41 72.7 -
System Red Green Blue C M Y K H S L
Decimal 112 233 169 0.52 0 0.27 0.09 148.26 0.73 0.68
Hex 70 E9 A9 34 0 1B 9 94 49 44
Octal 160 351 251 64 0 33 11 224 111 104
Binary 1110000 11101001 10101001 110100 0 11011 1001 10010100 1001001 1000100

Color Harmonies of #70E9A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70E9A9

Black with #70E9A9

Text Example


Text Example

White with #70E9A9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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