#00EEAA

Color #00EEAA Medium Spring Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Spring Green #00EEAA

Tints of Medium Spring Green #00EEAA

Color information

#00EEAA (or 0x00EEAA) is unknown color: approx Medium Spring Green. HEX triplet: 00, EE and AA. RGB value is (0,238,170). Sum of RGB (Red+Green+Blue) = 0+238+170=408 (54% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 408); Green value is 238 (93.36% from 255 or 58.33% from 408); Blue value is 170 (66.80% from 255 or 41.67% from 408); Max value from RGB is 238 - color contains mainly: green. Hex color #00EEAA is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #00EEAA is #FF1155. Grayscale: #9F9F9F. Windows color (decimal): -16716118 or 11202048. OLE color: 11202048.

HSL color Cylindrical-coordinate representation of color #00EEAA: hue angle of 162.86º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00EEAA is Cyan = 1, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.07.

Color convert

RGB0238170-
CMYK100.290.07
HSL162.86º100%46.67%-
HSV(B)162.86º100%93.33%-
XYZ37.8364.0548.4-
YUV159.09134.1514.53-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 238 (93.36% from 255) = 58.33%
BLUE value IS 170 (66.80% from 255) = 41.67%
R=0%
G=58.33%
B=41.67%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal0238170100.290.07162.8610046.67
Hex0EEAA6401D7a3642f
Octal0356252144035724314457
Binary011101110101010101100100011101111101000111100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00EEAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00EEAA; }

 p { color: rgb(0,238,170); }

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

<style>
 a { background-color: #00EEAA; }

 a { background-color: rgb(0,238,170); }

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

<style>
 span { border-color: #00EEAA; }

 span { border-color: rgb(0,238,170); }

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