#70E398

Color #70E398 Medium Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Aquamarine #70E398

Tints of Medium Aquamarine #70E398

Color information

#70E398 (or 0x70E398) is unknown color: approx 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

RGB112227152-
CMYK0.5100.330.11
HSL140.87º67.25%66.47%-
HSV(B)140.87º50.66%89.02%-
XYZ39.8260.6539.31-
YUV184.06109.976.6-

RGB Variations

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

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 (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1122271520.5100.330.11140.8767.2566.47
Hex70E39833021B8d4342
Octal1603432306304113215103102
Binary11100001110001110011000110011010000110111000110110000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70E398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>