#13F0B3

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

Shades of Medium Spring Green #13F0B3

Tints of Medium Spring Green #13F0B3

Color information

#13F0B3 (or 0x13F0B3) is unknown color: approx Medium Spring Green. HEX triplet: 13, F0 and B3. RGB value is (19,240,179). Sum of RGB (Red+Green+Blue) = 19+240+179=438 (58% of max value = 765). Red value is 19 (7.81% from 255 or 4.34% from 438); Green value is 240 (94.14% from 255 or 54.79% from 438); Blue value is 179 (70.31% from 255 or 40.87% from 438); Max value from RGB is 240 - color contains mainly: green. Hex color #13F0B3 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #13F0B3 is #EC0F4C. Grayscale: #A6A6A6. Windows color (decimal): -15470413 or 11792403. OLE color: 11792403.

HSL color Cylindrical-coordinate representation of color #13F0B3: hue angle of 163.44º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13F0B3 is Cyan = 0.92, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.06.

Color convert

RGB19240179-
CMYK0.9200.250.06
HSL163.44º88.05%50.78%-
HSV(B)163.44º92.08%94.12%-
XYZ39.5765.7153.25-
YUV166.97134.7822.46-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 4.34%
GREEN value IS 240 (94.14% from 255) = 54.79%
BLUE value IS 179 (70.31% from 255) = 40.87%
R=4.34%
G=54.79%
B=40.87%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal192401790.9200.250.06163.4488.0550.78
Hex13F0B35C0196a35833
Octal23360263134031624313063
Binary1001111110000101100111011100011001110101000111011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13F0B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,240,179); }

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

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

 a { background-color: rgb(19,240,179); }

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

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

 span { border-color: rgb(19,240,179); }

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