Html Css Color HEX #70DAA2 Medium Aquamarine

📋 copy color: '#70DAA2'

red 112 ◦ green 218 ◦ blue 162

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

Shades of Medium Aquamarine #70DAA2

Tints of Medium Aquamarine #70DAA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 32.93%

R = 22.76%
G = 44.31%
B = 32.93%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.26

 K value IS 0.15

RGB Variations

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

Color information

#70DAA2 (or 0x70DAA2) is known color: Medium Aquamarine. HEX triplet: 70, DA and A2. RGB value is (112,218,162). Sum of RGB (Red+Green+Blue) = 112+218+162=492 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.76% from 492); Green value is 218 (85.55% from 255 or 44.31% from 492); Blue value is 162 (63.67% from 255 or 32.93% from 492); Max value from RGB is 218 - color contains mainly: green. Hex color #70DAA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70DAA2 is #8F255D. Grayscale: #B4B4B4. Windows color (decimal): -9381214 or 10672752. OLE color: 10672752.

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

Color convert

RGB 112 218 162 -
CMYK 0.49 0 0.26 0.15
HSL 148.3º 0.59% 0.65% -
HSV(B) 148.3º 0.49% 0.85% -
XYZ 38.28 56.2 43.01 -
YUV 179.92 117.88 79.55 -
System Red Green Blue C M Y K H S L
Decimal 112 218 162 0.49 0 0.26 0.15 148.3 0.59 0.65
Hex 70 DA A2 31 0 1A F 94 3B 41
Octal 160 332 242 61 0 32 17 224 73 101
Binary 1110000 11011010 10100010 110001 0 11010 1111 10010100 111011 1000001

Color Harmonies of #70DAA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DAA2

Black with #70DAA2

Text Example


Text Example

White with #70DAA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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