Html Css Color HEX #70E99D Medium Aquamarine

📋 copy color: '#70E99D'

red 112 ◦ green 233 ◦ blue 157

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

Shades of Medium Aquamarine #70E99D

Tints of Medium Aquamarine #70E99D

RGB

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

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

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

R = 22.31%
G = 46.41%
B = 31.27%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.33

 K value IS 0.09

RGB Variations

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

Color information

#70E99D (or 0x70E99D) is known color: Medium Aquamarine. HEX triplet: 70, E9 and 9D. RGB value is (112,233,157). Sum of RGB (Red+Green+Blue) = 112+233+157=502 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.31% from 502); Green value is 233 (91.41% from 255 or 46.41% from 502); Blue value is 157 (61.72% from 255 or 31.27% from 502); Max value from RGB is 233 - color contains mainly: green. Hex color #70E99D is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70E99D is #8F1662. Grayscale: #BCBCBC. Windows color (decimal): -9377379 or 10348912. OLE color: 10348912.

HSL color Cylindrical-coordinate representation of color #70E99D: hue angle of 142.31º 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 #70E99D is Cyan = 0.52, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.09.

Color convert

RGB 112 233 157 -
CMYK 0.52 0 0.33 0.09
HSL 142.31º 0.73% 0.68% -
HSV(B) 142.31º 0.52% 0.91% -
XYZ 41.91 64.16 42.07 -
YUV 188.16 110.41 73.68 -
System Red Green Blue C M Y K H S L
Decimal 112 233 157 0.52 0 0.33 0.09 142.31 0.73 0.68
Hex 70 E9 9D 34 0 21 9 8E 49 44
Octal 160 351 235 64 0 41 11 216 111 104
Binary 1110000 11101001 10011101 110100 0 100001 1001 10001110 1001001 1000100

Color Harmonies of #70E99D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70E99D

Black with #70E99D

Text Example


Text Example

White with #70E99D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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