Html Css Color HEX #70DEA1 Medium Aquamarine

📋 copy color: '#70DEA1'

red 112 ◦ green 222 ◦ blue 161

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

Shades of Medium Aquamarine #70DEA1

Tints of Medium Aquamarine #70DEA1

RGB

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

 GREEN value IS 222 (87.11% from 255) = 44.85%

 BLUE value IS 161 (63.28% from 255) = 32.53%

R = 22.63%
G = 44.85%
B = 32.53%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.27

 K value IS 0.13

RGB Variations

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

Color information

#70DEA1 (or 0x70DEA1) is known color: Medium Aquamarine. HEX triplet: 70, DE and A1. RGB value is (112,222,161). Sum of RGB (Red+Green+Blue) = 112+222+161=495 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.63% from 495); Green value is 222 (87.11% from 255 or 44.85% from 495); Blue value is 161 (63.28% from 255 or 32.53% from 495); Max value from RGB is 222 - color contains mainly: green. Hex color #70DEA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70DEA1 is #8F215E. Grayscale: #B6B6B6. Windows color (decimal): -9380191 or 10608240. OLE color: 10608240.

HSL color Cylindrical-coordinate representation of color #70DEA1: hue angle of 146.73º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #70DEA1 is Cyan = 0.50, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.

Color convert

RGB 112 222 161 -
CMYK 0.50 0 0.27 0.13
HSL 146.73º 0.63% 0.65% -
HSV(B) 146.73º 0.5% 0.87% -
XYZ 39.24 58.26 42.9 -
YUV 182.16 116.06 77.96 -
System Red Green Blue C M Y K H S L
Decimal 112 222 161 0.50 0 0.27 0.13 146.73 0.63 0.65
Hex 70 DE A1 32 0 1B D 93 3E 41
Octal 160 336 241 62 0 33 15 223 76 101
Binary 1110000 11011110 10100001 110010 0 11011 1101 10010011 111110 1000001

Color Harmonies of #70DEA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DEA1

Black with #70DEA1

Text Example


Text Example

White with #70DEA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,222,161); }

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

background-color css

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

 a { background-color: rgb(112,222,161); }

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

border-color css

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

 span { border-color: rgb(112,222,161); }

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