#60CCAA

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

Shades of Medium Aquamarine #60CCAA

Tints of Medium Aquamarine #60CCAA

Color information

#60CCAA (or 0x60CCAA) is unknown color: approx Medium Aquamarine. HEX triplet: 60, CC and AA. RGB value is (96,204,170). Sum of RGB (Red+Green+Blue) = 96+204+170=470 (62% of max value = 765). Red value is 96 (37.89% from 255 or 20.43% from 470); Green value is 204 (80.08% from 255 or 43.40% from 470); Blue value is 170 (66.80% from 255 or 36.17% from 470); Max value from RGB is 204 - color contains mainly: green. Hex color #60CCAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60CCAA is #9F3355. Grayscale: #A7A7A7. Windows color (decimal): -10433366 or 11193440. OLE color: 11193440.

HSL color Cylindrical-coordinate representation of color #60CCAA: hue angle of 161.11º 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 #60CCAA is Cyan = 0.53, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.2.

Color convert

RGB96204170-
CMYK0.5300.170.2
HSL161.11º51.43%58.82%-
HSV(B)161.11º52.94%80%-
XYZ33.6748.5745.63-
YUV167.83129.2276.76-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 20.43%
GREEN value IS 204 (80.08% from 255) = 43.40%
BLUE value IS 170 (66.80% from 255) = 36.17%
R=20.43%
G=43.40%
B=36.17%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal962041700.5300.170.2161.1151.4358.82
Hex60CCAA3501114a1333b
Octal14031425265021242416373
Binary110000011001100101010101101010100011010010100001110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60CCAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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