Html Css Color HEX #70E199 Medium Aquamarine

📋 copy color: '#70E199'

red 112 ◦ green 225 ◦ blue 153

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

Shades of Medium Aquamarine #70E199

Tints of Medium Aquamarine #70E199

RGB

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

 GREEN value IS 225 (88.28% from 255) = 45.92%

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

R = 22.86%
G = 45.92%
B = 31.22%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.32

 K value IS 0.12

RGB Variations

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

Color information

#70E199 (or 0x70E199) is known color: Medium Aquamarine. HEX triplet: 70, E1 and 99. RGB value is (112,225,153). Sum of RGB (Red+Green+Blue) = 112+225+153=490 (64% of max value = 765). Red value is 112 (44.14% from 255 or 22.86% from 490); Green value is 225 (88.28% from 255 or 45.92% from 490); Blue value is 153 (60.16% from 255 or 31.22% from 490); Max value from RGB is 225 - color contains mainly: green. Hex color #70E199 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70E199 is #8F1E66. Grayscale: #B7B7B7. Windows color (decimal): -9379431 or 10084720. OLE color: 10084720.

HSL color Cylindrical-coordinate representation of color #70E199: hue angle of 141.77º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #70E199 is Cyan = 0.50, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.12.

Color convert

RGB 112 225 153 -
CMYK 0.50 0 0.32 0.12
HSL 141.77º 0.65% 0.66% -
HSV(B) 141.77º 0.5% 0.88% -
XYZ 39.36 59.6 39.57 -
YUV 183.01 111.06 77.35 -
System Red Green Blue C M Y K H S L
Decimal 112 225 153 0.50 0 0.32 0.12 141.77 0.65 0.66
Hex 70 E1 99 32 0 20 C 8E 41 42
Octal 160 341 231 62 0 40 14 216 101 102
Binary 1110000 11100001 10011001 110010 0 100000 1100 10001110 1000001 1000010

Color Harmonies of #70E199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70E199

Black with #70E199

Text Example


Text Example

White with #70E199

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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