#13FAA4

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

Shades of Medium Spring Green #13FAA4

Tints of Medium Spring Green #13FAA4

Color information

#13FAA4 (or 0x13FAA4) is unknown color: approx Medium Spring Green. HEX triplet: 13, FA and A4. RGB value is (19,250,164). Sum of RGB (Red+Green+Blue) = 19+250+164=433 (57% of max value = 765). Red value is 19 (7.81% from 255 or 4.39% from 433); Green value is 250 (98.05% from 255 or 57.74% from 433); Blue value is 164 (64.45% from 255 or 37.88% from 433); Max value from RGB is 250 - color contains mainly: green. Hex color #13FAA4 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #13FAA4 is #EC055B. Grayscale: #ABABAB. Windows color (decimal): -15467868 or 10811923. OLE color: 10811923.

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

Color convert

RGB19250164-
CMYK0.9200.340.02
HSL157.66º95.85%52.75%-
HSV(B)157.66º92.4%98.04%-
XYZ41.1671.1946.69-
YUV171.13123.9719.49-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 4.39%
GREEN value IS 250 (98.05% from 255) = 57.74%
BLUE value IS 164 (64.45% from 255) = 37.88%
R=4.39%
G=57.74%
B=37.88%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal192501640.9200.340.02157.6695.8552.75
Hex13FAA45C02229e6035
Octal23372244134042223614065
Binary1001111111010101001001011100010001010100111101100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13FAA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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