#05F6A8

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

Shades of Medium Spring Green #05F6A8

Tints of Medium Spring Green #05F6A8

Color information

#05F6A8 (or 0x05F6A8) is unknown color: approx Medium Spring Green. HEX triplet: 05, F6 and A8. RGB value is (5,246,168). Sum of RGB (Red+Green+Blue) = 5+246+168=419 (55% of max value = 765). Red value is 5 (2.34% from 255 or 1.19% from 419); Green value is 246 (96.48% from 255 or 58.71% from 419); Blue value is 168 (66.02% from 255 or 40.10% from 419); Max value from RGB is 246 - color contains mainly: green. Hex color #05F6A8 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #05F6A8 is #FA0957. Grayscale: #A5A5A5. Windows color (decimal): -16386392 or 11073029. OLE color: 11073029.

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

Color convert

RGB5246168-
CMYK0.9800.320.04
HSL160.58º96.02%49.22%-
HSV(B)160.58º97.97%96.47%-
XYZ40.0968.7748.21-
YUV165.05129.6613.84-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.19%
GREEN value IS 246 (96.48% from 255) = 58.71%
BLUE value IS 168 (66.02% from 255) = 40.10%
R=1.19%
G=58.71%
B=40.10%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal52461680.9800.320.04160.5896.0249.22
Hex5F6A8620204a16031
Octal5366250142040424114061
Binary101111101101010100011000100100000100101000011100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05F6A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,246,168); }

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

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

 a { background-color: rgb(5,246,168); }

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

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

 span { border-color: rgb(5,246,168); }

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