#13F1B3

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

Shades of Medium Spring Green #13F1B3

Tints of Medium Spring Green #13F1B3

Color information

#13F1B3 (or 0x13F1B3) is unknown color: approx Medium Spring Green. HEX triplet: 13, F1 and B3. RGB value is (19,241,179). Sum of RGB (Red+Green+Blue) = 19+241+179=439 (58% of max value = 765). Red value is 19 (7.81% from 255 or 4.33% from 439); Green value is 241 (94.53% from 255 or 54.90% from 439); Blue value is 179 (70.31% from 255 or 40.77% from 439); Max value from RGB is 241 - color contains mainly: green. Hex color #13F1B3 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #13F1B3 is #EC0E4C. Grayscale: #A7A7A7. Windows color (decimal): -15470157 or 11792659. OLE color: 11792659.

HSL color Cylindrical-coordinate representation of color #13F1B3: hue angle of 163.24º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13F1B3 is Cyan = 0.92, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.05.

Color convert

RGB19241179-
CMYK0.9200.260.05
HSL163.24º88.8%50.98%-
HSV(B)163.24º92.12%94.51%-
XYZ39.8666.353.34-
YUV167.55134.4522.04-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 4.33%
GREEN value IS 241 (94.53% from 255) = 54.90%
BLUE value IS 179 (70.31% from 255) = 40.77%
R=4.33%
G=54.90%
B=40.77%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal192411790.9200.260.05163.2488.850.98
Hex13F1B35C01A5a35933
Octal23361263134032524313163
Binary1001111110001101100111011100011010101101000111011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13F1B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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