#00EEAC

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

Shades of Medium Spring Green #00EEAC

Tints of Medium Spring Green #00EEAC

Color information

#00EEAC (or 0x00EEAC) is unknown color: approx Medium Spring Green. HEX triplet: 00, EE and AC. RGB value is (0,238,172). Sum of RGB (Red+Green+Blue) = 0+238+172=410 (54% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 410); Green value is 238 (93.36% from 255 or 58.05% from 410); Blue value is 172 (67.58% from 255 or 41.95% from 410); Max value from RGB is 238 - color contains mainly: green. Hex color #00EEAC is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #00EEAC is #FF1153. Grayscale: #9F9F9F. Windows color (decimal): -16716116 or 11333120. OLE color: 11333120.

HSL color Cylindrical-coordinate representation of color #00EEAC: hue angle of 163.36º 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 #00EEAC is Cyan = 1, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB0238172-
CMYK100.280.07
HSL163.36º100%46.67%-
HSV(B)163.36º100%93.33%-
XYZ38.0264.1349.4-
YUV159.31135.1514.37-

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.05%
BLUE value IS 172 (67.58% from 255) = 41.95%
R=0%
G=58.05%
B=41.95%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal0238172100.280.07163.3610046.67
Hex0EEAC6401C7a3642f
Octal0356254144034724314457
Binary011101110101011001100100011100111101000111100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00EEAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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