Html Css Color HEX #13EAB4 Medium Spring Green

📋 copy color: '#13EAB4'

red 19 ◦ green 234 ◦ blue 180

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

Shades of Medium Spring Green #13EAB4

Tints of Medium Spring Green #13EAB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 41.57%

R = 4.39%
G = 54.04%
B = 41.57%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.23

 K value IS 0.08

RGB Variations

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

Color information

#13EAB4 (or 0x13EAB4) is known color: Medium Spring Green. HEX triplet: 13, EA and B4. RGB value is (19,234,180). Sum of RGB (Red+Green+Blue) = 19+234+180=433 (57% of max value = 765). Red value is 19 (7.81% from 255 or 4.39% from 433); Green value is 234 (91.80% from 255 or 54.04% from 433); Blue value is 180 (70.70% from 255 or 41.57% from 433); Max value from RGB is 234 - color contains mainly: green. Hex color #13EAB4 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #13EAB4 is #EC154B. Grayscale: #A3A3A3. Windows color (decimal): -15471948 or 11856403. OLE color: 11856403.

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

Color convert

RGB 19 234 180 -
CMYK 0.92 0 0.23 0.08
HSL 164.93º 0.85% 0.5% -
HSV(B) 164.93º 0.92% 0.92% -
XYZ 37.93 62.28 53.2 -
YUV 163.56 137.27 24.89 -
System Red Green Blue C M Y K H S L
Decimal 19 234 180 0.92 0 0.23 0.08 164.93 0.85 0.5
Hex 13 EA B4 5C 0 17 8 A5 55 32
Octal 23 352 264 134 0 27 10 245 125 62
Binary 10011 11101010 10110100 1011100 0 10111 1000 10100101 1010101 110010

Color Harmonies of #13EAB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13EAB4

Black with #13EAB4

Text Example


Text Example

White with #13EAB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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