#5FE496

Color #5FE496 Medium Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Aquamarine #5FE496

Tints of Medium Aquamarine #5FE496

Color information

#5FE496 (or 0x5FE496) is unknown color: approx Medium Aquamarine. HEX triplet: 5F, E4 and 96. RGB value is (95,228,150). Sum of RGB (Red+Green+Blue) = 95+228+150=473 (62% of max value = 765). Red value is 95 (37.5% from 255 or 20.08% from 473); Green value is 228 (89.45% from 255 or 48.20% from 473); Blue value is 150 (58.98% from 255 or 31.71% from 473); Max value from RGB is 228 - color contains mainly: green. Hex color #5FE496 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FE496 is #A01B69. Grayscale: #B3B3B3. Windows color (decimal): -10492778 or 9888863. OLE color: 9888863.

HSL color Cylindrical-coordinate representation of color #5FE496: hue angle of 144.81º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5FE496 is Cyan = 0.58, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.11.

Color convert

RGB95228150-
CMYK0.5800.340.11
HSL144.81º71.12%63.33%-
HSV(B)144.81º58.33%89.41%-
XYZ37.9760.1238.46-
YUV179.34111.4467.84-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 20.08%
GREEN value IS 228 (89.45% from 255) = 48.20%
BLUE value IS 150 (58.98% from 255) = 31.71%
R=20.08%
G=48.20%
B=31.71%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal952281500.5800.340.11144.8171.1263.33
Hex5FE4963A022B91473f
Octal137344226720421322110777
Binary1011111111001001001011011101001000101011100100011000111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FE496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5FE496; }

 p { color: rgb(95,228,150); }

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

<style>
 a { background-color: #5FE496; }

 a { background-color: rgb(95,228,150); }

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

<style>
 span { border-color: #5FE496; }

 span { border-color: rgb(95,228,150); }

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