Html Css Color HEX #70DA9C Medium Aquamarine

📋 copy color: '#70DA9C'

red 112 ◦ green 218 ◦ blue 156

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

Shades of Medium Aquamarine #70DA9C

Tints of Medium Aquamarine #70DA9C

RGB

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

 GREEN value IS 218 (85.55% from 255) = 44.86%

 BLUE value IS 156 (61.33% from 255) = 32.1%

R = 23.05%
G = 44.86%
B = 32.1%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#70DA9C (or 0x70DA9C) is known color: Medium Aquamarine. HEX triplet: 70, DA and 9C. RGB value is (112,218,156). Sum of RGB (Red+Green+Blue) = 112+218+156=486 (64% of max value = 765). Red value is 112 (44.14% from 255 or 23.05% from 486); Green value is 218 (85.55% from 255 or 44.86% from 486); Blue value is 156 (61.33% from 255 or 32.10% from 486); Max value from RGB is 218 - color contains mainly: green. Hex color #70DA9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70DA9C is #8F2563. Grayscale: #B3B3B3. Windows color (decimal): -9381220 or 10279536. OLE color: 10279536.

HSL color Cylindrical-coordinate representation of color #70DA9C: hue angle of 144.91º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #70DA9C is Cyan = 0.49, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.

Color convert

RGB 112 218 156 -
CMYK 0.49 0 0.28 0.15
HSL 144.91º 0.59% 0.65% -
HSV(B) 144.91º 0.49% 0.85% -
XYZ 37.75 55.99 40.27 -
YUV 179.24 114.88 80.04 -
System Red Green Blue C M Y K H S L
Decimal 112 218 156 0.49 0 0.28 0.15 144.91 0.59 0.65
Hex 70 DA 9C 31 0 1C F 91 3B 41
Octal 160 332 234 61 0 34 17 221 73 101
Binary 1110000 11011010 10011100 110001 0 11100 1111 10010001 111011 1000001

Color Harmonies of #70DA9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DA9C

Black with #70DA9C

Text Example


Text Example

White with #70DA9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,218,156); }

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

background-color css

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

 a { background-color: rgb(112,218,156); }

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

border-color css

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

 span { border-color: rgb(112,218,156); }

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