Html Css Color HEX #70DF9A Medium Aquamarine

📋 copy color: '#70DF9A'

red 112 ◦ green 223 ◦ blue 154

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

Shades of Medium Aquamarine #70DF9A

Tints of Medium Aquamarine #70DF9A

RGB

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

 GREEN value IS 223 (87.5% from 255) = 45.6%

 BLUE value IS 154 (60.55% from 255) = 31.49%

R = 22.9%
G = 45.6%
B = 31.49%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#70DF9A (or 0x70DF9A) is known color: Medium Aquamarine. HEX triplet: 70, DF and 9A. RGB value is (112,223,154). Sum of RGB (Red+Green+Blue) = 112+223+154=489 (64% of max value = 765). Red value is 112 (44.14% from 255 or 22.90% from 489); Green value is 223 (87.5% from 255 or 45.60% from 489); Blue value is 154 (60.55% from 255 or 31.49% from 489); Max value from RGB is 223 - color contains mainly: green. Hex color #70DF9A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70DF9A is #8F2065. Grayscale: #B6B6B6. Windows color (decimal): -9379942 or 10149744. OLE color: 10149744.

HSL color Cylindrical-coordinate representation of color #70DF9A: hue angle of 142.7º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #70DF9A is Cyan = 0.50, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.13.

Color convert

RGB 112 223 154 -
CMYK 0.50 0 0.31 0.13
HSL 142.7º 0.63% 0.66% -
HSV(B) 142.7º 0.5% 0.87% -
XYZ 38.9 58.55 39.82 -
YUV 181.95 112.23 78.11 -
System Red Green Blue C M Y K H S L
Decimal 112 223 154 0.50 0 0.31 0.13 142.7 0.63 0.66
Hex 70 DF 9A 32 0 1F D 8F 3F 42
Octal 160 337 232 62 0 37 15 217 77 102
Binary 1110000 11011111 10011010 110010 0 11111 1101 10001111 111111 1000010

Color Harmonies of #70DF9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DF9A

Black with #70DF9A

Text Example


Text Example

White with #70DF9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,223,154); }

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

background-color css

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

 a { background-color: rgb(112,223,154); }

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

border-color css

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

 span { border-color: rgb(112,223,154); }

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