#60CEA0

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

Shades of Medium Aquamarine #60CEA0

Tints of Medium Aquamarine #60CEA0

Color information

#60CEA0 (or 0x60CEA0) is unknown color: approx Medium Aquamarine. HEX triplet: 60, CE and A0. RGB value is (96,206,160). Sum of RGB (Red+Green+Blue) = 96+206+160=462 (61% of max value = 765). Red value is 96 (37.89% from 255 or 20.78% from 462); Green value is 206 (80.86% from 255 or 44.59% from 462); Blue value is 160 (62.89% from 255 or 34.63% from 462); Max value from RGB is 206 - color contains mainly: green. Hex color #60CEA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60CEA0 is #9F315F. Grayscale: #A7A7A7. Windows color (decimal): -10432864 or 10538592. OLE color: 10538592.

HSL color Cylindrical-coordinate representation of color #60CEA0: hue angle of 154.91º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #60CEA0 is Cyan = 0.53, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.19.

Color convert

RGB96206160-
CMYK0.5300.220.19
HSL154.91º52.88%59.22%-
HSV(B)154.91º53.4%80.78%-
XYZ33.2449.1741-
YUV167.87123.5676.74-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 20.78%
GREEN value IS 206 (80.86% from 255) = 44.59%
BLUE value IS 160 (62.89% from 255) = 34.63%
R=20.78%
G=44.59%
B=34.63%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal962061600.5300.220.19154.9152.8859.22
Hex60CEA035016139b353b
Octal14031624065026232336573
Binary110000011001110101000001101010101101001110011011110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60CEA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,206,160); }

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

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

 a { background-color: rgb(96,206,160); }

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

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

 span { border-color: rgb(96,206,160); }

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