Html Css Color HEX #70DF9F Medium Aquamarine

📋 copy color: '#70DF9F'

red 112 ◦ green 223 ◦ blue 159

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

Shades of Medium Aquamarine #70DF9F

Tints of Medium Aquamarine #70DF9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 32.19%

R = 22.67%
G = 45.14%
B = 32.19%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#70DF9F (or 0x70DF9F) is known color: Medium Aquamarine. HEX triplet: 70, DF and 9F. RGB value is (112,223,159). Sum of RGB (Red+Green+Blue) = 112+223+159=494 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.67% from 494); Green value is 223 (87.5% from 255 or 45.14% from 494); Blue value is 159 (62.5% from 255 or 32.19% from 494); Max value from RGB is 223 - color contains mainly: green. Hex color #70DF9F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70DF9F is #8F2060. Grayscale: #B6B6B6. Windows color (decimal): -9379937 or 10477424. OLE color: 10477424.

HSL color Cylindrical-coordinate representation of color #70DF9F: hue angle of 145.41º 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 #70DF9F is Cyan = 0.50, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB 112 223 159 -
CMYK 0.50 0 0.29 0.13
HSL 145.41º 0.63% 0.66% -
HSV(B) 145.41º 0.5% 0.87% -
XYZ 39.33 58.72 42.06 -
YUV 182.52 114.73 77.7 -
System Red Green Blue C M Y K H S L
Decimal 112 223 159 0.50 0 0.29 0.13 145.41 0.63 0.66
Hex 70 DF 9F 32 0 1D D 91 3F 42
Octal 160 337 237 62 0 35 15 221 77 102
Binary 1110000 11011111 10011111 110010 0 11101 1101 10010001 111111 1000010

Color Harmonies of #70DF9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DF9F

Black with #70DF9F

Text Example


Text Example

White with #70DF9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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