#70E49C

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

Shades of Medium Aquamarine #70E49C

Tints of Medium Aquamarine #70E49C

Color information

#70E49C (or 0x70E49C) is unknown color: approx Medium Aquamarine. HEX triplet: 70, E4 and 9C. RGB value is (112,228,156). Sum of RGB (Red+Green+Blue) = 112+228+156=496 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.58% from 496); Green value is 228 (89.45% from 255 or 45.97% from 496); Blue value is 156 (61.33% from 255 or 31.45% from 496); Max value from RGB is 228 - color contains mainly: green. Hex color #70E49C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70E49C is #8F1B63. Grayscale: #B9B9B9. Windows color (decimal): -9378660 or 10282096. OLE color: 10282096.

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

Color convert

RGB112228156-
CMYK0.5100.320.11
HSL142.76º68.24%66.67%-
HSV(B)142.76º50.88%89.41%-
XYZ40.4361.3341.16-
YUV185.11111.5775.85-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 22.58%
GREEN value IS 228 (89.45% from 255) = 45.97%
BLUE value IS 156 (61.33% from 255) = 31.45%
R=22.58%
G=45.97%
B=31.45%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1122281560.5100.320.11142.7668.2466.67
Hex70E49C33020B8f4443
Octal1603442346304013217104103
Binary11100001110010010011100110011010000010111000111110001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70E49C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,228,156); }

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

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

 a { background-color: rgb(112,228,156); }

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

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

 span { border-color: rgb(112,228,156); }

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