#05FABF

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

Shades of Medium Spring Green #05FABF

Tints of Medium Spring Green #05FABF

Color information

#05FABF (or 0x05FABF) is unknown color: approx Medium Spring Green. HEX triplet: 05, FA and BF. RGB value is (5,250,191). Sum of RGB (Red+Green+Blue) = 5+250+191=446 (59% of max value = 765). Red value is 5 (2.34% from 255 or 1.12% from 446); Green value is 250 (98.05% from 255 or 56.05% from 446); Blue value is 191 (75% from 255 or 42.83% from 446); Max value from RGB is 250 - color contains mainly: green. Hex color #05FABF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #05FABF is #FA0540. Grayscale: #AAAAAA. Windows color (decimal): -16385345 or 12581381. OLE color: 12581381.

HSL color Cylindrical-coordinate representation of color #05FABF: hue angle of 165.55º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05FABF is Cyan = 0.98, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB5250191-
CMYK0.9800.240.02
HSL165.55º96.08%50%-
HSV(B)165.55º98%98.04%-
XYZ43.6572.1760.92-
YUV170.02139.8310.3-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.12%
GREEN value IS 250 (98.05% from 255) = 56.05%
BLUE value IS 191 (75% from 255) = 42.83%
R=1.12%
G=56.05%
B=42.83%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal52501910.9800.240.02165.5596.0850
Hex5FABF620182a66032
Octal5372277142030224614062
Binary1011111101010111111110001001100010101001101100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05FABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05FABF; }

 p { color: rgb(5,250,191); }

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

<style>
 a { background-color: #05FABF; }

 a { background-color: rgb(5,250,191); }

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

<style>
 span { border-color: #05FABF; }

 span { border-color: rgb(5,250,191); }

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