#13EAA8

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

Shades of Medium Spring Green #13EAA8

Tints of Medium Spring Green #13EAA8

Color information

#13EAA8 (or 0x13EAA8) is unknown color: approx Medium Spring Green. HEX triplet: 13, EA and A8. RGB value is (19,234,168). Sum of RGB (Red+Green+Blue) = 19+234+168=421 (55% of max value = 765). Red value is 19 (7.81% from 255 or 4.51% from 421); Green value is 234 (91.80% from 255 or 55.58% from 421); Blue value is 168 (66.02% from 255 or 39.90% from 421); Max value from RGB is 234 - color contains mainly: green. Hex color #13EAA8 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #13EAA8 is #EC1557. Grayscale: #A2A2A2. Windows color (decimal): -15471960 or 11069971. OLE color: 11069971.

HSL color Cylindrical-coordinate representation of color #13EAA8: hue angle of 161.58º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13EAA8 is Cyan = 0.92, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.08.

Color convert

RGB19234168-
CMYK0.9200.280.08
HSL161.58º84.98%49.61%-
HSV(B)161.58º91.88%91.76%-
XYZ36.7661.8147.04-
YUV162.19131.2725.87-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 4.51%
GREEN value IS 234 (91.80% from 255) = 55.58%
BLUE value IS 168 (66.02% from 255) = 39.90%
R=4.51%
G=55.58%
B=39.90%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal192341680.9200.280.08161.5884.9849.61
Hex13EAA85C01C8a25532
Octal233522501340341024212562
Binary10011111010101010100010111000111001000101000101010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13EAA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13EAA8; }

 p { color: rgb(19,234,168); }

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

<style>
 a { background-color: #13EAA8; }

 a { background-color: rgb(19,234,168); }

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

<style>
 span { border-color: #13EAA8; }

 span { border-color: rgb(19,234,168); }

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