Html Css Color HEX #70DFAC Medium Aquamarine

📋 copy color: '#70DFAC'

red 112 ◦ green 223 ◦ blue 172

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

Shades of Medium Aquamarine #70DFAC

Tints of Medium Aquamarine #70DFAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 33.93%

R = 22.09%
G = 43.98%
B = 33.93%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#70DFAC (or 0x70DFAC) is known color: Medium Aquamarine. HEX triplet: 70, DF and AC. RGB value is (112,223,172). Sum of RGB (Red+Green+Blue) = 112+223+172=507 (67% of max value = 765). Red value is 112 (44.14% from 255 or 22.09% from 507); Green value is 223 (87.5% from 255 or 43.98% from 507); Blue value is 172 (67.58% from 255 or 33.93% from 507); Max value from RGB is 223 - color contains mainly: green. Hex color #70DFAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70DFAC is #8F2053. Grayscale: #B8B8B8. Windows color (decimal): -9379924 or 11329392. OLE color: 11329392.

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

Color convert

RGB 112 223 172 -
CMYK 0.50 0 0.23 0.13
HSL 152.43º 0.63% 0.66% -
HSV(B) 152.43º 0.5% 0.87% -
XYZ 40.52 59.2 48.32 -
YUV 184 121.23 76.65 -
System Red Green Blue C M Y K H S L
Decimal 112 223 172 0.50 0 0.23 0.13 152.43 0.63 0.66
Hex 70 DF AC 32 0 17 D 98 3F 42
Octal 160 337 254 62 0 27 15 230 77 102
Binary 1110000 11011111 10101100 110010 0 10111 1101 10011000 111111 1000010

Color Harmonies of #70DFAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DFAC

Black with #70DFAC

Text Example


Text Example

White with #70DFAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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