#13F4BA

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

Shades of Medium Spring Green #13F4BA

Tints of Medium Spring Green #13F4BA

Color information

#13F4BA (or 0x13F4BA) is unknown color: approx Medium Spring Green. HEX triplet: 13, F4 and BA. RGB value is (19,244,186). Sum of RGB (Red+Green+Blue) = 19+244+186=449 (59% of max value = 765). Red value is 19 (7.81% from 255 or 4.23% from 449); Green value is 244 (95.70% from 255 or 54.34% from 449); Blue value is 186 (73.05% from 255 or 41.43% from 449); Max value from RGB is 244 - color contains mainly: green. Hex color #13F4BA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #13F4BA is #EC0B45. Grayscale: #AAAAAA. Windows color (decimal): -15469382 or 12252179. OLE color: 12252179.

HSL color Cylindrical-coordinate representation of color #13F4BA: hue angle of 164.53º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13F4BA is Cyan = 0.92, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB19244186-
CMYK0.9200.240.04
HSL164.53º91.09%51.57%-
HSV(B)164.53º92.21%95.69%-
XYZ41.4868.3857.47-
YUV170.11136.9620.22-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 4.23%
GREEN value IS 244 (95.70% from 255) = 54.34%
BLUE value IS 186 (73.05% from 255) = 41.43%
R=4.23%
G=54.34%
B=41.43%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal192441860.9200.240.04164.5391.0951.57
Hex13F4BA5C0184a55b34
Octal23364272134030424513364
Binary1001111110100101110101011100011000100101001011011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13F4BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,244,186); }

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

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

 a { background-color: rgb(19,244,186); }

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

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

 span { border-color: rgb(19,244,186); }

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