#60CCA0

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

Shades of Medium Aquamarine #60CCA0

Tints of Medium Aquamarine #60CCA0

Color information

#60CCA0 (or 0x60CCA0) is unknown color: approx Medium Aquamarine. HEX triplet: 60, CC and A0. RGB value is (96,204,160). Sum of RGB (Red+Green+Blue) = 96+204+160=460 (60% of max value = 765). Red value is 96 (37.89% from 255 or 20.87% from 460); Green value is 204 (80.08% from 255 or 44.35% from 460); Blue value is 160 (62.89% from 255 or 34.78% from 460); Max value from RGB is 204 - color contains mainly: green. Hex color #60CCA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60CCA0 is #9F335F. Grayscale: #A6A6A6. Windows color (decimal): -10433376 or 10538080. OLE color: 10538080.

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

Color convert

RGB96204160-
CMYK0.5300.220.2
HSL155.56º51.43%58.82%-
HSV(B)155.56º52.94%80%-
XYZ32.7648.2140.84-
YUV166.69124.2277.58-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 20.87%
GREEN value IS 204 (80.08% from 255) = 44.35%
BLUE value IS 160 (62.89% from 255) = 34.78%
R=20.87%
G=44.35%
B=34.78%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal962041600.5300.220.2155.5651.4358.82
Hex60CCA035016149c333b
Octal14031424065026242346373
Binary110000011001100101000001101010101101010010011100110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60CCA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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