Html Css Color HEX #70D6A1 Medium Aquamarine

📋 copy color: '#70D6A1'

red 112 ◦ green 214 ◦ blue 161

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

Shades of Medium Aquamarine #70D6A1

Tints of Medium Aquamarine #70D6A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 33.06%

R = 23%
G = 43.94%
B = 33.06%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.25

 K value IS 0.16

RGB Variations

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

Color information

#70D6A1 (or 0x70D6A1) is known color: Medium Aquamarine. HEX triplet: 70, D6 and A1. RGB value is (112,214,161). Sum of RGB (Red+Green+Blue) = 112+214+161=487 (64% of max value = 765). Red value is 112 (44.14% from 255 or 23.00% from 487); Green value is 214 (83.98% from 255 or 43.94% from 487); Blue value is 161 (63.28% from 255 or 33.06% from 487); Max value from RGB is 214 - color contains mainly: green. Hex color #70D6A1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70D6A1 is #8F295E. Grayscale: #B1B1B1. Windows color (decimal): -9382239 or 10606192. OLE color: 10606192.

HSL color Cylindrical-coordinate representation of color #70D6A1: hue angle of 148.82º 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 #70D6A1 is Cyan = 0.48, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.16.

Color convert

RGB 112 214 161 -
CMYK 0.48 0 0.25 0.16
HSL 148.82º 0.55% 0.64% -
HSV(B) 148.82º 0.48% 0.84% -
XYZ 37.16 54.11 42.2 -
YUV 177.46 118.71 81.31 -
System Red Green Blue C M Y K H S L
Decimal 112 214 161 0.48 0 0.25 0.16 148.82 0.55 0.64
Hex 70 D6 A1 30 0 19 10 95 37 40
Octal 160 326 241 60 0 31 20 225 67 100
Binary 1110000 11010110 10100001 110000 0 11001 10000 10010101 110111 1000000

Color Harmonies of #70D6A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70D6A1

Black with #70D6A1

Text Example


Text Example

White with #70D6A1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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