Html Css Color HEX #70DDA3 Medium Aquamarine

📋 copy color: '#70DDA3'

red 112 ◦ green 221 ◦ blue 163

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

Shades of Medium Aquamarine #70DDA3

Tints of Medium Aquamarine #70DDA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 32.86%

R = 22.58%
G = 44.56%
B = 32.86%

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

#70DDA3 (or 0x70DDA3) is known color: Medium Aquamarine. HEX triplet: 70, DD and A3. RGB value is (112,221,163). Sum of RGB (Red+Green+Blue) = 112+221+163=496 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.58% from 496); Green value is 221 (86.72% from 255 or 44.56% from 496); Blue value is 163 (64.06% from 255 or 32.86% from 496); Max value from RGB is 221 - color contains mainly: green. Hex color #70DDA3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70DDA3 is #8F225C. Grayscale: #B5B5B5. Windows color (decimal): -9380445 or 10739056. OLE color: 10739056.

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

Color convert

RGB 112 221 163 -
CMYK 0.49 0 0.26 0.13
HSL 148.07º 0.62% 0.65% -
HSV(B) 148.07º 0.49% 0.87% -
XYZ 39.15 57.8 43.74 -
YUV 181.8 117.39 78.22 -
System Red Green Blue C M Y K H S L
Decimal 112 221 163 0.49 0 0.26 0.13 148.07 0.62 0.65
Hex 70 DD A3 31 0 1A D 94 3E 41
Octal 160 335 243 61 0 32 15 224 76 101
Binary 1110000 11011101 10100011 110001 0 11010 1101 10010100 111110 1000001

Color Harmonies of #70DDA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DDA3

Black with #70DDA3

Text Example


Text Example

White with #70DDA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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