#11EDAF

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

Shades of Medium Spring Green #11EDAF

Tints of Medium Spring Green #11EDAF

Color information

#11EDAF (or 0x11EDAF) is unknown color: approx Medium Spring Green. HEX triplet: 11, ED and AF. RGB value is (17,237,175). Sum of RGB (Red+Green+Blue) = 17+237+175=429 (56% of max value = 765). Red value is 17 (7.03% from 255 or 3.96% from 429); Green value is 237 (92.97% from 255 or 55.24% from 429); Blue value is 175 (68.75% from 255 or 40.79% from 429); Max value from RGB is 237 - color contains mainly: green. Hex color #11EDAF is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #11EDAF is #EE1250. Grayscale: #A4A4A4. Windows color (decimal): -15602257 or 11529489. OLE color: 11529489.

HSL color Cylindrical-coordinate representation of color #11EDAF: hue angle of 163.09º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11EDAF is Cyan = 0.93, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB17237175-
CMYK0.9300.260.07
HSL163.09º86.61%49.8%-
HSV(B)163.09º92.83%92.94%-
XYZ38.2563.7850.85-
YUV164.15134.1123.04-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 3.96%
GREEN value IS 237 (92.97% from 255) = 55.24%
BLUE value IS 175 (68.75% from 255) = 40.79%
R=3.96%
G=55.24%
B=40.79%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal172371750.9300.260.07163.0986.6149.8
Hex11EDAF5D01A7a35732
Octal21355257135032724312762
Binary1000111101101101011111011101011010111101000111010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11EDAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11EDAF; }

 p { color: rgb(17,237,175); }

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

<style>
 a { background-color: #11EDAF; }

 a { background-color: rgb(17,237,175); }

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

<style>
 span { border-color: #11EDAF; }

 span { border-color: rgb(17,237,175); }

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