Html Css Color HEX #70DFA9 Medium Aquamarine

📋 copy color: '#70DFA9'

red 112 ◦ green 223 ◦ blue 169

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

Shades of Medium Aquamarine #70DFA9

Tints of Medium Aquamarine #70DFA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 33.53%

R = 22.22%
G = 44.25%
B = 33.53%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.24

 K value IS 0.13

RGB Variations

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

Color information

#70DFA9 (or 0x70DFA9) is known color: Medium Aquamarine. HEX triplet: 70, DF and A9. RGB value is (112,223,169). Sum of RGB (Red+Green+Blue) = 112+223+169=504 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.22% from 504); Green value is 223 (87.5% from 255 or 44.25% from 504); Blue value is 169 (66.41% from 255 or 33.53% from 504); Max value from RGB is 223 - color contains mainly: green. Hex color #70DFA9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70DFA9 is #8F2056. Grayscale: #B7B7B7. Windows color (decimal): -9379927 or 11132784. OLE color: 11132784.

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

Color convert

RGB 112 223 169 -
CMYK 0.50 0 0.24 0.13
HSL 150.81º 0.63% 0.66% -
HSV(B) 150.81º 0.5% 0.87% -
XYZ 40.23 59.08 46.82 -
YUV 183.66 119.73 76.89 -
System Red Green Blue C M Y K H S L
Decimal 112 223 169 0.50 0 0.24 0.13 150.81 0.63 0.66
Hex 70 DF A9 32 0 18 D 97 3F 42
Octal 160 337 251 62 0 30 15 227 77 102
Binary 1110000 11011111 10101001 110010 0 11000 1101 10010111 111111 1000010

Color Harmonies of #70DFA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DFA9

Black with #70DFA9

Text Example


Text Example

White with #70DFA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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