Html Css Color HEX #70DB9F Medium Aquamarine

📋 copy color: '#70DB9F'

red 112 ◦ green 219 ◦ blue 159

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

Shades of Medium Aquamarine #70DB9F

Tints of Medium Aquamarine #70DB9F

RGB

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

 GREEN value IS 219 (85.94% from 255) = 44.69%

 BLUE value IS 159 (62.5% from 255) = 32.45%

R = 22.86%
G = 44.69%
B = 32.45%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.27

 K value IS 0.14

RGB Variations

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

Color information

#70DB9F (or 0x70DB9F) is known color: Medium Aquamarine. HEX triplet: 70, DB and 9F. RGB value is (112,219,159). Sum of RGB (Red+Green+Blue) = 112+219+159=490 (64% of max value = 765). Red value is 112 (44.14% from 255 or 22.86% from 490); Green value is 219 (85.94% from 255 or 44.69% from 490); Blue value is 159 (62.5% from 255 or 32.45% from 490); Max value from RGB is 219 - color contains mainly: green. Hex color #70DB9F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70DB9F is #8F2460. Grayscale: #B4B4B4. Windows color (decimal): -9380961 or 10476400. OLE color: 10476400.

HSL color Cylindrical-coordinate representation of color #70DB9F: hue angle of 146.36º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #70DB9F is Cyan = 0.49, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.14.

Color convert

RGB 112 219 159 -
CMYK 0.49 0 0.27 0.14
HSL 146.36º 0.6% 0.65% -
HSV(B) 146.36º 0.49% 0.86% -
XYZ 38.27 56.61 41.71 -
YUV 180.17 116.05 79.38 -
System Red Green Blue C M Y K H S L
Decimal 112 219 159 0.49 0 0.27 0.14 146.36 0.6 0.65
Hex 70 DB 9F 31 0 1B E 92 3C 41
Octal 160 333 237 61 0 33 16 222 74 101
Binary 1110000 11011011 10011111 110001 0 11011 1110 10010010 111100 1000001

Color Harmonies of #70DB9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DB9F

Black with #70DB9F

Text Example


Text Example

White with #70DB9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,219,159); }

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

background-color css

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

 a { background-color: rgb(112,219,159); }

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

border-color css

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

 span { border-color: rgb(112,219,159); }

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