#70E99E

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

Shades of Medium Aquamarine #70E99E

Tints of Medium Aquamarine #70E99E

Color information

#70E99E (or 0x70E99E) is unknown color: approx Medium Aquamarine. HEX triplet: 70, E9 and 9E. RGB value is (112,233,158). Sum of RGB (Red+Green+Blue) = 112+233+158=503 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.27% from 503); Green value is 233 (91.41% from 255 or 46.32% from 503); Blue value is 158 (62.11% from 255 or 31.41% from 503); Max value from RGB is 233 - color contains mainly: green. Hex color #70E99E is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70E99E is #8F1661. Grayscale: #BCBCBC. Windows color (decimal): -9377378 or 10414448. OLE color: 10414448.

HSL color Cylindrical-coordinate representation of color #70E99E: hue angle of 142.81º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #70E99E is Cyan = 0.52, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.09.

Color convert

RGB112233158-
CMYK0.5200.320.09
HSL142.81º73.33%67.65%-
HSV(B)142.81º51.93%91.37%-
XYZ41.9964.1942.52-
YUV188.27110.9173.6-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 22.27%
GREEN value IS 233 (91.41% from 255) = 46.32%
BLUE value IS 158 (62.11% from 255) = 31.41%
R=22.27%
G=46.32%
B=31.41%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1122331580.5200.320.09142.8173.3367.65
Hex70E99E3402098f4944
Octal1603512366404011217111104
Binary11100001110100110011110110100010000010011000111110010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70E99E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,233,158); }

 H1.HeaderClassName
 {
   color: #70E99E;
 }
 .AnyTagClassName
 {
   color: #70E99E;
 }
</style>
background-color css

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

 a { background-color: rgb(112,233,158); }

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

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

 span { border-color: rgb(112,233,158); }

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