Html Css Color HEX #13FAA2 Medium Spring Green

📋 copy color: '#13FAA2'

red 19 ◦ green 250 ◦ blue 162

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

Shades of Medium Spring Green #13FAA2

Tints of Medium Spring Green #13FAA2

RGB

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

 GREEN value IS 250 (98.05% from 255) = 58%

 BLUE value IS 162 (63.67% from 255) = 37.59%

R = 4.41%
G = 58%
B = 37.59%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.35

 K value IS 0.02

RGB Variations

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

Color information

#13FAA2 (or 0x13FAA2) is known color: Medium Spring Green. HEX triplet: 13, FA and A2. RGB value is (19,250,162). Sum of RGB (Red+Green+Blue) = 19+250+162=431 (57% of max value = 765). Red value is 19 (7.81% from 255 or 4.41% from 431); Green value is 250 (98.05% from 255 or 58.00% from 431); Blue value is 162 (63.67% from 255 or 37.59% from 431); Max value from RGB is 250 - color contains mainly: green. Hex color #13FAA2 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #13FAA2 is #EC055D. Grayscale: #ABABAB. Windows color (decimal): -15467870 or 10680851. OLE color: 10680851.

HSL color Cylindrical-coordinate representation of color #13FAA2: hue angle of 157.14º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13FAA2 is Cyan = 0.92, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.02.

Color convert

RGB 19 250 162 -
CMYK 0.92 0 0.35 0.02
HSL 157.14º 0.96% 0.53% -
HSV(B) 157.14º 0.92% 0.98% -
XYZ 40.98 71.12 45.75 -
YUV 170.9 122.97 19.66 -
System Red Green Blue C M Y K H S L
Decimal 19 250 162 0.92 0 0.35 0.02 157.14 0.96 0.53
Hex 13 FA A2 5C 0 23 2 9D 60 35
Octal 23 372 242 134 0 43 2 235 140 65
Binary 10011 11111010 10100010 1011100 0 100011 10 10011101 1100000 110101

Color Harmonies of #13FAA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13FAA2

Black with #13FAA2

Text Example


Text Example

White with #13FAA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,250,162); }

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

background-color css

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

 a { background-color: rgb(19,250,162); }

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

border-color css

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

 span { border-color: rgb(19,250,162); }

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