Html Css Color HEX #70D69C Medium Aquamarine

📋 copy color: '#70D69C'

red 112 ◦ green 214 ◦ blue 156

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

Shades of Medium Aquamarine #70D69C

Tints of Medium Aquamarine #70D69C

RGB

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

 GREEN value IS 214 (83.98% from 255) = 44.4%

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

R = 23.24%
G = 44.4%
B = 32.37%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.27

 K value IS 0.16

RGB Variations

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

Color information

#70D69C (or 0x70D69C) is known color: Medium Aquamarine. HEX triplet: 70, D6 and 9C. RGB value is (112,214,156). Sum of RGB (Red+Green+Blue) = 112+214+156=482 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.24% from 482); Green value is 214 (83.98% from 255 or 44.40% from 482); Blue value is 156 (61.33% from 255 or 32.37% from 482); Max value from RGB is 214 - color contains mainly: green. Hex color #70D69C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70D69C is #8F2963. Grayscale: #B1B1B1. Windows color (decimal): -9382244 or 10278512. OLE color: 10278512.

HSL color Cylindrical-coordinate representation of color #70D69C: hue angle of 145.88º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #70D69C is Cyan = 0.48, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.16.

Color convert

RGB 112 214 156 -
CMYK 0.48 0 0.27 0.16
HSL 145.88º 0.55% 0.64% -
HSV(B) 145.88º 0.48% 0.84% -
XYZ 36.73 53.94 39.93 -
YUV 176.89 116.21 81.72 -
System Red Green Blue C M Y K H S L
Decimal 112 214 156 0.48 0 0.27 0.16 145.88 0.55 0.64
Hex 70 D6 9C 30 0 1B 10 92 37 40
Octal 160 326 234 60 0 33 20 222 67 100
Binary 1110000 11010110 10011100 110000 0 11011 10000 10010010 110111 1000000

Color Harmonies of #70D69C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70D69C

Black with #70D69C

Text Example


Text Example

White with #70D69C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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