Html Css Color HEX #70DF99 Medium Aquamarine

📋 copy color: '#70DF99'

red 112 ◦ green 223 ◦ blue 153

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

Shades of Medium Aquamarine #70DF99

Tints of Medium Aquamarine #70DF99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 31.35%

R = 22.95%
G = 45.7%
B = 31.35%

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

#70DF99 (or 0x70DF99) is known color: Medium Aquamarine. HEX triplet: 70, DF and 99. RGB value is (112,223,153). Sum of RGB (Red+Green+Blue) = 112+223+153=488 (64% of max value = 765). Red value is 112 (44.14% from 255 or 22.95% from 488); Green value is 223 (87.5% from 255 or 45.70% from 488); Blue value is 153 (60.16% from 255 or 31.35% from 488); Max value from RGB is 223 - color contains mainly: green. Hex color #70DF99 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70DF99 is #8F2066. Grayscale: #B6B6B6. Windows color (decimal): -9379943 or 10084208. OLE color: 10084208.

HSL color Cylindrical-coordinate representation of color #70DF99: hue angle of 142.16º 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 #70DF99 is Cyan = 0.50, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.13.

Color convert

RGB 112 223 153 -
CMYK 0.50 0 0.31 0.13
HSL 142.16º 0.63% 0.66% -
HSV(B) 142.16º 0.5% 0.87% -
XYZ 38.82 58.52 39.39 -
YUV 181.83 111.73 78.19 -
System Red Green Blue C M Y K H S L
Decimal 112 223 153 0.50 0 0.31 0.13 142.16 0.63 0.66
Hex 70 DF 99 32 0 1F D 8E 3F 42
Octal 160 337 231 62 0 37 15 216 77 102
Binary 1110000 11011111 10011001 110010 0 11111 1101 10001110 111111 1000010

Color Harmonies of #70DF99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DF99

Black with #70DF99

Text Example


Text Example

White with #70DF99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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