#70EE9D

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

Shades of Medium Aquamarine #70EE9D

Tints of Medium Aquamarine #70EE9D

Color information

#70EE9D (or 0x70EE9D) is unknown color: approx Medium Aquamarine. HEX triplet: 70, EE and 9D. RGB value is (112,238,157). Sum of RGB (Red+Green+Blue) = 112+238+157=507 (67% of max value = 765). Red value is 112 (44.14% from 255 or 22.09% from 507); Green value is 238 (93.36% from 255 or 46.94% from 507); Blue value is 157 (61.72% from 255 or 30.97% from 507); Max value from RGB is 238 - color contains mainly: green. Hex color #70EE9D is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70EE9D is #8F1162. Grayscale: #BFBFBF. Windows color (decimal): -9376099 or 10350192. OLE color: 10350192.

HSL color Cylindrical-coordinate representation of color #70EE9D: hue angle of 141.43º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #70EE9D is Cyan = 0.53, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.07.

Color convert

RGB112238157-
CMYK0.5300.340.07
HSL141.43º78.75%68.63%-
HSV(B)141.43º52.94%93.33%-
XYZ43.3467.0342.55-
YUV191.09108.7671.59-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 22.09%
GREEN value IS 238 (93.36% from 255) = 46.94%
BLUE value IS 157 (61.72% from 255) = 30.97%
R=22.09%
G=46.94%
B=30.97%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1122381570.5300.340.07141.4378.7568.63
Hex70EE9D3502278d4f45
Octal160356235650427215117105
Binary1110000111011101001110111010101000101111000110110011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70EE9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,238,157); }

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

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

 a { background-color: rgb(112,238,157); }

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

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

 span { border-color: rgb(112,238,157); }

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