#60FEA1

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

Shades of Medium Aquamarine #60FEA1

Tints of Medium Aquamarine #60FEA1

Color information

#60FEA1 (or 0x60FEA1) is unknown color: approx Medium Aquamarine. HEX triplet: 60, FE and A1. RGB value is (96,254,161). Sum of RGB (Red+Green+Blue) = 96+254+161=511 (67% of max value = 765). Red value is 96 (37.89% from 255 or 18.79% from 511); Green value is 254 (99.61% from 255 or 49.71% from 511); Blue value is 161 (63.28% from 255 or 31.51% from 511); Max value from RGB is 254 - color contains mainly: green. Hex color #60FEA1 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #60FEA1 is #9F015E. Grayscale: #C4C4C4. Windows color (decimal): -10420575 or 10616416. OLE color: 10616416.

HSL color Cylindrical-coordinate representation of color #60FEA1: hue angle of 144.68º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #60FEA1 is Cyan = 0.62, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.00.

Color convert

RGB96254161-
CMYK0.6200.370.00
HSL144.68º98.75%68.63%-
HSV(B)144.68º62.2%99.61%-
XYZ46.775.9445.92-
YUV196.16108.1556.56-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 18.79%
GREEN value IS 254 (99.61% from 255) = 49.71%
BLUE value IS 161 (63.28% from 255) = 31.51%
R=18.79%
G=49.71%
B=31.51%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal962541610.6200.370.00144.6898.7568.63
Hex60FEA13E0250916345
Octal140376241760450221143105
Binary11000001111111010100001111110010010101001000111000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60FEA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60FEA1; }

 p { color: rgb(96,254,161); }

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

<style>
 a { background-color: #60FEA1; }

 a { background-color: rgb(96,254,161); }

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

<style>
 span { border-color: #60FEA1; }

 span { border-color: rgb(96,254,161); }

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