Html Css Color HEX #70DDA4 Medium Aquamarine

📋 copy color: '#70DDA4'

red 112 ◦ green 221 ◦ blue 164

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

Shades of Medium Aquamarine #70DDA4

Tints of Medium Aquamarine #70DDA4

RGB

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

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

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

R = 22.54%
G = 44.47%
B = 33%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.26

 K value IS 0.13

RGB Variations

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

Color information

#70DDA4 (or 0x70DDA4) is known color: Medium Aquamarine. HEX triplet: 70, DD and A4. RGB value is (112,221,164). Sum of RGB (Red+Green+Blue) = 112+221+164=497 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.54% from 497); Green value is 221 (86.72% from 255 or 44.47% from 497); Blue value is 164 (64.45% from 255 or 33.00% from 497); Max value from RGB is 221 - color contains mainly: green. Hex color #70DDA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70DDA4 is #8F225B. Grayscale: #B6B6B6. Windows color (decimal): -9380444 or 10804592. OLE color: 10804592.

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

Color convert

RGB 112 221 164 -
CMYK 0.49 0 0.26 0.13
HSL 148.62º 0.62% 0.65% -
HSV(B) 148.62º 0.49% 0.87% -
XYZ 39.24 57.84 44.22 -
YUV 181.91 117.89 78.13 -
System Red Green Blue C M Y K H S L
Decimal 112 221 164 0.49 0 0.26 0.13 148.62 0.62 0.65
Hex 70 DD A4 31 0 1A D 95 3E 41
Octal 160 335 244 61 0 32 15 225 76 101
Binary 1110000 11011101 10100100 110001 0 11010 1101 10010101 111110 1000001

Color Harmonies of #70DDA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DDA4

Black with #70DDA4

Text Example


Text Example

White with #70DDA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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