#13F0B2

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

Shades of Medium Spring Green #13F0B2

Tints of Medium Spring Green #13F0B2

Color information

#13F0B2 (or 0x13F0B2) is unknown color: approx Medium Spring Green. HEX triplet: 13, F0 and B2. RGB value is (19,240,178). Sum of RGB (Red+Green+Blue) = 19+240+178=437 (57% of max value = 765). Red value is 19 (7.81% from 255 or 4.35% from 437); Green value is 240 (94.14% from 255 or 54.92% from 437); Blue value is 178 (69.92% from 255 or 40.73% from 437); Max value from RGB is 240 - color contains mainly: green. Hex color #13F0B2 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #13F0B2 is #EC0F4D. Grayscale: #A6A6A6. Windows color (decimal): -15470414 or 11726867. OLE color: 11726867.

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

Color convert

RGB19240178-
CMYK0.9200.260.06
HSL163.17º88.05%50.78%-
HSV(B)163.17º92.08%94.12%-
XYZ39.4665.6752.72-
YUV166.85134.2822.54-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 4.35%
GREEN value IS 240 (94.14% from 255) = 54.92%
BLUE value IS 178 (69.92% from 255) = 40.73%
R=4.35%
G=54.92%
B=40.73%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal192401780.9200.260.06163.1788.0550.78
Hex13F0B25C01A6a35833
Octal23360262134032624313063
Binary1001111110000101100101011100011010110101000111011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13F0B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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