#13F1B8

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

Shades of Medium Spring Green #13F1B8

Tints of Medium Spring Green #13F1B8

Color information

#13F1B8 (or 0x13F1B8) is unknown color: approx Medium Spring Green. HEX triplet: 13, F1 and B8. RGB value is (19,241,184). Sum of RGB (Red+Green+Blue) = 19+241+184=444 (58% of max value = 765). Red value is 19 (7.81% from 255 or 4.28% from 444); Green value is 241 (94.53% from 255 or 54.28% from 444); Blue value is 184 (72.27% from 255 or 41.44% from 444); Max value from RGB is 241 - color contains mainly: green. Hex color #13F1B8 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #13F1B8 is #EC0E47. Grayscale: #A8A8A8. Windows color (decimal): -15470152 or 12120339. OLE color: 12120339.

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

Color convert

RGB19241184-
CMYK0.9200.240.05
HSL164.59º88.8%50.98%-
HSV(B)164.59º92.12%94.51%-
XYZ40.3866.5156.06-
YUV168.12136.9521.63-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 4.28%
GREEN value IS 241 (94.53% from 255) = 54.28%
BLUE value IS 184 (72.27% from 255) = 41.44%
R=4.28%
G=54.28%
B=41.44%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal192411840.9200.240.05164.5988.850.98
Hex13F1B85C0185a55933
Octal23361270134030524513163
Binary1001111110001101110001011100011000101101001011011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13F1B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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