#60EDA1

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

Shades of Medium Aquamarine #60EDA1

Tints of Medium Aquamarine #60EDA1

Color information

#60EDA1 (or 0x60EDA1) is unknown color: approx Medium Aquamarine. HEX triplet: 60, ED and A1. RGB value is (96,237,161). Sum of RGB (Red+Green+Blue) = 96+237+161=494 (65% of max value = 765). Red value is 96 (37.89% from 255 or 19.43% from 494); Green value is 237 (92.97% from 255 or 47.98% from 494); Blue value is 161 (63.28% from 255 or 32.59% from 494); Max value from RGB is 237 - color contains mainly: green. Hex color #60EDA1 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #60EDA1 is #9F125E. Grayscale: #BABABA. Windows color (decimal): -10424927 or 10612064. OLE color: 10612064.

HSL color Cylindrical-coordinate representation of color #60EDA1: hue angle of 147.66º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #60EDA1 is Cyan = 0.59, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.

Color convert

RGB96237161-
CMYK0.5900.320.07
HSL147.66º79.66%65.29%-
HSV(B)147.66º59.49%92.94%-
XYZ41.5465.6344.2-
YUV186.18113.7963.68-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 19.43%
GREEN value IS 237 (92.97% from 255) = 47.98%
BLUE value IS 161 (63.28% from 255) = 32.59%
R=19.43%
G=47.98%
B=32.59%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal962371610.5900.320.07147.6679.6665.29
Hex60EDA13B0207945041
Octal140355241730407224120101
Binary1100000111011011010000111101101000001111001010010100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60EDA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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