Html Css Color HEX #10EDAA Medium Spring Green

📋 copy color: '#10EDAA'

red 16 ◦ green 237 ◦ blue 170

#10EDAA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Spring Green #10EDAA

Tints of Medium Spring Green #10EDAA

RGB

 RED value IS 16 (6.64% from 255) = 3.78%

 GREEN value IS 237 (92.97% from 255) = 56.03%

 BLUE value IS 170 (66.8% from 255) = 40.19%

R = 3.78%
G = 56.03%
B = 40.19%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#10EDAA (or 0x10EDAA) is known color: Medium Spring Green. HEX triplet: 10, ED and AA. RGB value is (16,237,170). Sum of RGB (Red+Green+Blue) = 16+237+170=423 (56% of max value = 765). Red value is 16 (6.64% from 255 or 3.78% from 423); Green value is 237 (92.97% from 255 or 56.03% from 423); Blue value is 170 (66.80% from 255 or 40.19% from 423); Max value from RGB is 237 - color contains mainly: green. Hex color #10EDAA is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #10EDAA is #EF1255. Grayscale: #A3A3A3. Windows color (decimal): -15667798 or 11201808. OLE color: 11201808.

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

Color convert

RGB 16 237 170 -
CMYK 0.93 0 0.28 0.07
HSL 161.81º 0.87% 0.5% -
HSV(B) 161.81º 0.93% 0.93% -
XYZ 37.75 63.58 48.31 -
YUV 163.28 131.78 22.95 -
System Red Green Blue C M Y K H S L
Decimal 16 237 170 0.93 0 0.28 0.07 161.81 0.87 0.5
Hex 10 ED AA 5D 0 1C 7 A2 57 32
Octal 20 355 252 135 0 34 7 242 127 62
Binary 10000 11101101 10101010 1011101 0 11100 111 10100010 1010111 110010

Color Harmonies of #10EDAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10EDAA

Black with #10EDAA

Text Example


Text Example

White with #10EDAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10EDAA; }

 p { color: rgb(16,237,170); }

 H1.HeaderClassName
 {
   color: #10EDAA;
 }
 .AnyTagClassName
 {
   color: #10EDAA;
 }
</style>

background-color css

<style>
 a { background-color: #10EDAA; }

 a { background-color: rgb(16,237,170); }

 div.DivClassName
 {
   background-color: #10EDAA;
 }
 .BgClassName
 {
   background-color: #10EDAA;
 }
</style>

border-color css

<style>
 span { border-color: #10EDAA; }

 span { border-color: rgb(16,237,170); }

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