Html Css Color HEX #70EE9D Medium Aquamarine

📋 copy color: '#70EE9D'

red 112 ◦ green 238 ◦ blue 157

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

Shades of Medium Aquamarine #70EE9D

Tints of Medium Aquamarine #70EE9D

RGB

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

 GREEN value IS 238 (93.36% from 255) = 46.94%

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

R = 22.09%
G = 46.94%
B = 30.97%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.34

 K value IS 0.07

RGB Variations

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

Color information

#70EE9D (or 0x70EE9D) is known color: Medium Aquamarine. HEX triplet: 70, EE and 9D. RGB value is (112,238,157). Sum of RGB (Red+Green+Blue) = 112+238+157=507 (67% of max value = 765). Red value is 112 (44.14% from 255 or 22.09% from 507); Green value is 238 (93.36% from 255 or 46.94% from 507); Blue value is 157 (61.72% from 255 or 30.97% from 507); Max value from RGB is 238 - color contains mainly: green. Hex color #70EE9D is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70EE9D is #8F1162. Grayscale: #BFBFBF. Windows color (decimal): -9376099 or 10350192. OLE color: 10350192.

HSL color Cylindrical-coordinate representation of color #70EE9D: hue angle of 141.43º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #70EE9D is Cyan = 0.53, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.07.

Color convert

RGB 112 238 157 -
CMYK 0.53 0 0.34 0.07
HSL 141.43º 0.79% 0.69% -
HSV(B) 141.43º 0.53% 0.93% -
XYZ 43.34 67.03 42.55 -
YUV 191.09 108.76 71.59 -
System Red Green Blue C M Y K H S L
Decimal 112 238 157 0.53 0 0.34 0.07 141.43 0.79 0.69
Hex 70 EE 9D 35 0 22 7 8D 4F 45
Octal 160 356 235 65 0 42 7 215 117 105
Binary 1110000 11101110 10011101 110101 0 100010 111 10001101 1001111 1000101

Color Harmonies of #70EE9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70EE9D

Black with #70EE9D

Text Example


Text Example

White with #70EE9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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