#5FFA96

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

Shades of Medium Aquamarine #5FFA96

Tints of Medium Aquamarine #5FFA96

Color information

#5FFA96 (or 0x5FFA96) is unknown color: approx Medium Aquamarine. HEX triplet: 5F, FA and 96. RGB value is (95,250,150). Sum of RGB (Red+Green+Blue) = 95+250+150=495 (65% of max value = 765). Red value is 95 (37.5% from 255 or 19.19% from 495); Green value is 250 (98.05% from 255 or 50.51% from 495); Blue value is 150 (58.98% from 255 or 30.30% from 495); Max value from RGB is 250 - color contains mainly: green. Hex color #5FFA96 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5FFA96 is #A00569. Grayscale: #C0C0C0. Windows color (decimal): -10487146 or 9894495. OLE color: 9894495.

HSL color Cylindrical-coordinate representation of color #5FFA96: hue angle of 141.29º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5FFA96 is Cyan = 0.62, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.02.

Color convert

RGB95250150-
CMYK0.6200.40.02
HSL141.29º93.94%67.65%-
HSV(B)141.29º62%98.04%-
XYZ44.4173.0140.61-
YUV192.26104.1558.63-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 19.19%
GREEN value IS 250 (98.05% from 255) = 50.51%
BLUE value IS 150 (58.98% from 255) = 30.30%
R=19.19%
G=50.51%
B=30.30%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal952501500.6200.40.02141.2993.9467.65
Hex5FFA963E02828d5e44
Octal137372226760502215136104
Binary101111111111010100101101111100101000101000110110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FFA96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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