Html Css Color HEX #70DF9D Medium Aquamarine

📋 copy color: '#70DF9D'

red 112 ◦ green 223 ◦ blue 157

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

Shades of Medium Aquamarine #70DF9D

Tints of Medium Aquamarine #70DF9D

RGB

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

 GREEN value IS 223 (87.5% from 255) = 45.33%

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

R = 22.76%
G = 45.33%
B = 31.91%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#70DF9D (or 0x70DF9D) is known color: Medium Aquamarine. HEX triplet: 70, DF and 9D. RGB value is (112,223,157). Sum of RGB (Red+Green+Blue) = 112+223+157=492 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.76% from 492); Green value is 223 (87.5% from 255 or 45.33% from 492); Blue value is 157 (61.72% from 255 or 31.91% from 492); Max value from RGB is 223 - color contains mainly: green. Hex color #70DF9D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70DF9D is #8F2062. Grayscale: #B6B6B6. Windows color (decimal): -9379939 or 10346352. OLE color: 10346352.

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

Color convert

RGB 112 223 157 -
CMYK 0.50 0 0.30 0.13
HSL 144.32º 0.63% 0.66% -
HSV(B) 144.32º 0.5% 0.87% -
XYZ 39.16 58.65 41.16 -
YUV 182.29 113.73 77.87 -
System Red Green Blue C M Y K H S L
Decimal 112 223 157 0.50 0 0.30 0.13 144.32 0.63 0.66
Hex 70 DF 9D 32 0 1E D 90 3F 42
Octal 160 337 235 62 0 36 15 220 77 102
Binary 1110000 11011111 10011101 110010 0 11110 1101 10010000 111111 1000010

Color Harmonies of #70DF9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DF9D

Black with #70DF9D

Text Example


Text Example

White with #70DF9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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