Html Css Color HEX #70DFA0 Medium Aquamarine

📋 copy color: '#70DFA0'

red 112 ◦ green 223 ◦ blue 160

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

Shades of Medium Aquamarine #70DFA0

Tints of Medium Aquamarine #70DFA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 32.32%

R = 22.63%
G = 45.05%
B = 32.32%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#70DFA0 (or 0x70DFA0) is known color: Medium Aquamarine. HEX triplet: 70, DF and A0. RGB value is (112,223,160). Sum of RGB (Red+Green+Blue) = 112+223+160=495 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.63% from 495); Green value is 223 (87.5% from 255 or 45.05% from 495); Blue value is 160 (62.89% from 255 or 32.32% from 495); Max value from RGB is 223 - color contains mainly: green. Hex color #70DFA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70DFA0 is #8F205F. Grayscale: #B6B6B6. Windows color (decimal): -9379936 or 10542960. OLE color: 10542960.

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

Color convert

RGB 112 223 160 -
CMYK 0.50 0 0.28 0.13
HSL 145.95º 0.63% 0.66% -
HSV(B) 145.95º 0.5% 0.87% -
XYZ 39.41 58.76 42.52 -
YUV 182.63 115.23 77.62 -
System Red Green Blue C M Y K H S L
Decimal 112 223 160 0.50 0 0.28 0.13 145.95 0.63 0.66
Hex 70 DF A0 32 0 1C D 92 3F 42
Octal 160 337 240 62 0 34 15 222 77 102
Binary 1110000 11011111 10100000 110010 0 11100 1101 10010010 111111 1000010

Color Harmonies of #70DFA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DFA0

Black with #70DFA0

Text Example


Text Example

White with #70DFA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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