Html Css Color HEX #70DFA4 Medium Aquamarine

📋 copy color: '#70DFA4'

red 112 ◦ green 223 ◦ blue 164

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

Shades of Medium Aquamarine #70DFA4

Tints of Medium Aquamarine #70DFA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 32.87%

R = 22.44%
G = 44.69%
B = 32.87%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.26

 K value IS 0.13

RGB Variations

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

Color information

#70DFA4 (or 0x70DFA4) is known color: Medium Aquamarine. HEX triplet: 70, DF and A4. RGB value is (112,223,164). Sum of RGB (Red+Green+Blue) = 112+223+164=499 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.44% from 499); Green value is 223 (87.5% from 255 or 44.69% from 499); Blue value is 164 (64.45% from 255 or 32.87% from 499); Max value from RGB is 223 - color contains mainly: green. Hex color #70DFA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70DFA4 is #8F205B. Grayscale: #B7B7B7. Windows color (decimal): -9379932 or 10805104. OLE color: 10805104.

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

Color convert

RGB 112 223 164 -
CMYK 0.50 0 0.26 0.13
HSL 148.11º 0.63% 0.66% -
HSV(B) 148.11º 0.5% 0.87% -
XYZ 39.77 58.9 44.39 -
YUV 183.09 117.23 77.3 -
System Red Green Blue C M Y K H S L
Decimal 112 223 164 0.50 0 0.26 0.13 148.11 0.63 0.66
Hex 70 DF A4 32 0 1A D 94 3F 42
Octal 160 337 244 62 0 32 15 224 77 102
Binary 1110000 11011111 10100100 110010 0 11010 1101 10010100 111111 1000010

Color Harmonies of #70DFA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DFA4

Black with #70DFA4

Text Example


Text Example

White with #70DFA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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