Html Css Color HEX #70DDA6 Medium Aquamarine

📋 copy color: '#70DDA6'

red 112 ◦ green 221 ◦ blue 166

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

Shades of Medium Aquamarine #70DDA6

Tints of Medium Aquamarine #70DDA6

RGB

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

 GREEN value IS 221 (86.72% from 255) = 44.29%

 BLUE value IS 166 (65.23% from 255) = 33.27%

R = 22.44%
G = 44.29%
B = 33.27%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.25

 K value IS 0.13

RGB Variations

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

Color information

#70DDA6 (or 0x70DDA6) is known color: Medium Aquamarine. HEX triplet: 70, DD and A6. RGB value is (112,221,166). Sum of RGB (Red+Green+Blue) = 112+221+166=499 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.44% from 499); Green value is 221 (86.72% from 255 or 44.29% from 499); Blue value is 166 (65.23% from 255 or 33.27% from 499); Max value from RGB is 221 - color contains mainly: green. Hex color #70DDA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70DDA6 is #8F2259. Grayscale: #B6B6B6. Windows color (decimal): -9380442 or 10935664. OLE color: 10935664.

HSL color Cylindrical-coordinate representation of color #70DDA6: hue angle of 149.72º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #70DDA6 is Cyan = 0.49, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.

Color convert

RGB 112 221 166 -
CMYK 0.49 0 0.25 0.13
HSL 149.72º 0.62% 0.65% -
HSV(B) 149.72º 0.49% 0.87% -
XYZ 39.42 57.91 45.18 -
YUV 182.14 118.89 77.97 -
System Red Green Blue C M Y K H S L
Decimal 112 221 166 0.49 0 0.25 0.13 149.72 0.62 0.65
Hex 70 DD A6 31 0 19 D 96 3E 41
Octal 160 335 246 61 0 31 15 226 76 101
Binary 1110000 11011101 10100110 110001 0 11001 1101 10010110 111110 1000001

Color Harmonies of #70DDA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DDA6

Black with #70DDA6

Text Example


Text Example

White with #70DDA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,221,166); }

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

background-color css

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

 a { background-color: rgb(112,221,166); }

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

border-color css

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

 span { border-color: rgb(112,221,166); }

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