#60E0A4

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

Shades of Medium Aquamarine #60E0A4

Tints of Medium Aquamarine #60E0A4

Color information

#60E0A4 (or 0x60E0A4) is unknown color: approx Medium Aquamarine. HEX triplet: 60, E0 and A4. RGB value is (96,224,164). Sum of RGB (Red+Green+Blue) = 96+224+164=484 (64% of max value = 765). Red value is 96 (37.89% from 255 or 19.83% from 484); Green value is 224 (87.89% from 255 or 46.28% from 484); Blue value is 164 (64.45% from 255 or 33.88% from 484); Max value from RGB is 224 - color contains mainly: green. Hex color #60E0A4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60E0A4 is #9F1F5B. Grayscale: #B2B2B2. Windows color (decimal): -10428252 or 10805344. OLE color: 10805344.

HSL color Cylindrical-coordinate representation of color #60E0A4: hue angle of 151.88º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #60E0A4 is Cyan = 0.57, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.12.

Color convert

RGB96224164-
CMYK0.5700.270.12
HSL151.88º67.37%62.75%-
HSV(B)151.88º57.14%87.84%-
XYZ38.1858.4844.4-
YUV178.89119.5968.88-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 19.83%
GREEN value IS 224 (87.89% from 255) = 46.28%
BLUE value IS 164 (64.45% from 255) = 33.88%
R=19.83%
G=46.28%
B=33.88%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal962241640.5700.270.12151.8867.3762.75
Hex60E0A43901BC98433f
Octal140340244710331423010377
Binary110000011100000101001001110010110111100100110001000011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60E0A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,224,164); }

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

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

 a { background-color: rgb(96,224,164); }

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

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

 span { border-color: rgb(96,224,164); }

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