Html Css Color HEX #70EA9D Medium Aquamarine

📋 copy color: '#70EA9D'

red 112 ◦ green 234 ◦ blue 157

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

Shades of Medium Aquamarine #70EA9D

Tints of Medium Aquamarine #70EA9D

RGB

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

 GREEN value IS 234 (91.8% from 255) = 46.52%

 BLUE value IS 157 (61.72% from 255) = 31.21%

R = 22.27%
G = 46.52%
B = 31.21%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.33

 K value IS 0.08

RGB Variations

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

Color information

#70EA9D (or 0x70EA9D) is known color: Medium Aquamarine. HEX triplet: 70, EA and 9D. RGB value is (112,234,157). Sum of RGB (Red+Green+Blue) = 112+234+157=503 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.27% from 503); Green value is 234 (91.80% from 255 or 46.52% from 503); Blue value is 157 (61.72% from 255 or 31.21% from 503); Max value from RGB is 234 - color contains mainly: green. Hex color #70EA9D is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70EA9D is #8F1562. Grayscale: #BCBCBC. Windows color (decimal): -9377123 or 10349168. OLE color: 10349168.

HSL color Cylindrical-coordinate representation of color #70EA9D: hue angle of 142.13º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #70EA9D is Cyan = 0.52, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.08.

Color convert

RGB 112 234 157 -
CMYK 0.52 0 0.33 0.08
HSL 142.13º 0.74% 0.68% -
HSV(B) 142.13º 0.52% 0.92% -
XYZ 42.19 64.72 42.17 -
YUV 188.74 110.08 73.26 -
System Red Green Blue C M Y K H S L
Decimal 112 234 157 0.52 0 0.33 0.08 142.13 0.74 0.68
Hex 70 EA 9D 34 0 21 8 8E 4A 44
Octal 160 352 235 64 0 41 10 216 112 104
Binary 1110000 11101010 10011101 110100 0 100001 1000 10001110 1001010 1000100

Color Harmonies of #70EA9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70EA9D

Black with #70EA9D

Text Example


Text Example

White with #70EA9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,234,157); }

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

background-color css

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

 a { background-color: rgb(112,234,157); }

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

border-color css

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

 span { border-color: rgb(112,234,157); }

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