Html Css Color HEX #70E398 Medium Aquamarine

📋 copy color: '#70E398'

red 112 ◦ green 227 ◦ blue 152

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

Shades of Medium Aquamarine #70E398

Tints of Medium Aquamarine #70E398

RGB

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

 GREEN value IS 227 (89.06% from 255) = 46.23%

 BLUE value IS 152 (59.77% from 255) = 30.96%

R = 22.81%
G = 46.23%
B = 30.96%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.33

 K value IS 0.11

RGB Variations

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

Color information

#70E398 (or 0x70E398) is known color: Medium Aquamarine. HEX triplet: 70, E3 and 98. RGB value is (112,227,152). Sum of RGB (Red+Green+Blue) = 112+227+152=491 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.81% from 491); Green value is 227 (89.06% from 255 or 46.23% from 491); Blue value is 152 (59.77% from 255 or 30.96% from 491); Max value from RGB is 227 - color contains mainly: green. Hex color #70E398 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70E398 is #8F1C67. Grayscale: #B8B8B8. Windows color (decimal): -9378920 or 10019696. OLE color: 10019696.

HSL color Cylindrical-coordinate representation of color #70E398: hue angle of 140.87º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #70E398 is Cyan = 0.51, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.11.

Color convert

RGB 112 227 152 -
CMYK 0.51 0 0.33 0.11
HSL 140.87º 0.67% 0.66% -
HSV(B) 140.87º 0.51% 0.89% -
XYZ 39.82 60.65 39.31 -
YUV 184.07 109.9 76.6 -
System Red Green Blue C M Y K H S L
Decimal 112 227 152 0.51 0 0.33 0.11 140.87 0.67 0.66
Hex 70 E3 98 33 0 21 B 8D 43 42
Octal 160 343 230 63 0 41 13 215 103 102
Binary 1110000 11100011 10011000 110011 0 100001 1011 10001101 1000011 1000010

Color Harmonies of #70E398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70E398

Black with #70E398

Text Example


Text Example

White with #70E398

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,227,152); }

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

background-color css

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

 a { background-color: rgb(112,227,152); }

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

border-color css

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

 span { border-color: rgb(112,227,152); }

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