Html Css Color HEX #70ED9C Medium Aquamarine

📋 copy color: '#70ED9C'

red 112 ◦ green 237 ◦ blue 156

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

Shades of Medium Aquamarine #70ED9C

Tints of Medium Aquamarine #70ED9C

RGB

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

 GREEN value IS 237 (92.97% from 255) = 46.93%

 BLUE value IS 156 (61.33% from 255) = 30.89%

R = 22.18%
G = 46.93%
B = 30.89%

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

#70ED9C (or 0x70ED9C) is known color: Medium Aquamarine. HEX triplet: 70, ED and 9C. RGB value is (112,237,156). Sum of RGB (Red+Green+Blue) = 112+237+156=505 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.18% from 505); Green value is 237 (92.97% from 255 or 46.93% from 505); Blue value is 156 (61.33% from 255 or 30.89% from 505); Max value from RGB is 237 - color contains mainly: green. Hex color #70ED9C is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70ED9C is #8F1263. Grayscale: #BEBEBE. Windows color (decimal): -9376356 or 10284400. OLE color: 10284400.

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

Color convert

RGB 112 237 156 -
CMYK 0.53 0 0.34 0.07
HSL 141.12º 0.78% 0.68% -
HSV(B) 141.12º 0.53% 0.93% -
XYZ 42.97 66.41 42.01 -
YUV 190.39 108.59 72.09 -
System Red Green Blue C M Y K H S L
Decimal 112 237 156 0.53 0 0.34 0.07 141.12 0.78 0.68
Hex 70 ED 9C 35 0 22 7 8D 4E 44
Octal 160 355 234 65 0 42 7 215 116 104
Binary 1110000 11101101 10011100 110101 0 100010 111 10001101 1001110 1000100

Color Harmonies of #70ED9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70ED9C

Black with #70ED9C

Text Example


Text Example

White with #70ED9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,237,156); }

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

background-color css

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

 a { background-color: rgb(112,237,156); }

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

border-color css

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

 span { border-color: rgb(112,237,156); }

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