Html Css Color HEX #13EAAA Medium Spring Green

📋 copy color: '#13EAAA'

red 19 ◦ green 234 ◦ blue 170

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

Shades of Medium Spring Green #13EAAA

Tints of Medium Spring Green #13EAAA

RGB

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

 GREEN value IS 234 (91.8% from 255) = 55.32%

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

R = 4.49%
G = 55.32%
B = 40.19%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.27

 K value IS 0.08

RGB Variations

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

Color information

#13EAAA (or 0x13EAAA) is known color: Medium Spring Green. HEX triplet: 13, EA and AA. RGB value is (19,234,170). Sum of RGB (Red+Green+Blue) = 19+234+170=423 (56% of max value = 765). Red value is 19 (7.81% from 255 or 4.49% from 423); Green value is 234 (91.80% from 255 or 55.32% from 423); Blue value is 170 (66.80% from 255 or 40.19% from 423); Max value from RGB is 234 - color contains mainly: green. Hex color #13EAAA is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #13EAAA is #EC1555. Grayscale: #A2A2A2. Windows color (decimal): -15471958 or 11201043. OLE color: 11201043.

HSL color Cylindrical-coordinate representation of color #13EAAA: hue angle of 162.14º 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 #13EAAA is Cyan = 0.92, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.08.

Color convert

RGB 19 234 170 -
CMYK 0.92 0 0.27 0.08
HSL 162.14º 0.85% 0.5% -
HSV(B) 162.14º 0.92% 0.92% -
XYZ 36.95 61.89 48.03 -
YUV 162.42 132.27 25.7 -
System Red Green Blue C M Y K H S L
Decimal 19 234 170 0.92 0 0.27 0.08 162.14 0.85 0.5
Hex 13 EA AA 5C 0 1B 8 A2 55 32
Octal 23 352 252 134 0 33 10 242 125 62
Binary 10011 11101010 10101010 1011100 0 11011 1000 10100010 1010101 110010

Color Harmonies of #13EAAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13EAAA

Black with #13EAAA

Text Example


Text Example

White with #13EAAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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