Html Css Color HEX #13EDAF Medium Spring Green

📋 copy color: '#13EDAF'

red 19 ◦ green 237 ◦ blue 175

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

Shades of Medium Spring Green #13EDAF

Tints of Medium Spring Green #13EDAF

RGB

 RED value IS 19 (7.81% from 255) = 4.41%

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

 BLUE value IS 175 (68.75% from 255) = 40.6%

R = 4.41%
G = 54.99%
B = 40.6%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#13EDAF (or 0x13EDAF) is known color: Medium Spring Green. HEX triplet: 13, ED and AF. RGB value is (19,237,175). Sum of RGB (Red+Green+Blue) = 19+237+175=431 (57% of max value = 765). Red value is 19 (7.81% from 255 or 4.41% from 431); Green value is 237 (92.97% from 255 or 54.99% from 431); Blue value is 175 (68.75% from 255 or 40.60% from 431); Max value from RGB is 237 - color contains mainly: green. Hex color #13EDAF is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #13EDAF is #EC1250. Grayscale: #A4A4A4. Windows color (decimal): -15471185 or 11529491. OLE color: 11529491.

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

Color convert

RGB 19 237 175 -
CMYK 0.92 0 0.26 0.07
HSL 162.94º 0.86% 0.5% -
HSV(B) 162.94º 0.92% 0.93% -
XYZ 38.29 63.8 50.85 -
YUV 164.75 133.78 24.04 -
System Red Green Blue C M Y K H S L
Decimal 19 237 175 0.92 0 0.26 0.07 162.94 0.86 0.5
Hex 13 ED AF 5C 0 1A 7 A3 56 32
Octal 23 355 257 134 0 32 7 243 126 62
Binary 10011 11101101 10101111 1011100 0 11010 111 10100011 1010110 110010

Color Harmonies of #13EDAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13EDAF

Black with #13EDAF

Text Example


Text Example

White with #13EDAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #13EDAF;
 }
 .AnyTagClassName
 {
   color: #13EDAF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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