#60C6A2

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

Shades of Medium Aquamarine #60C6A2

Tints of Medium Aquamarine #60C6A2

Color information

#60C6A2 (or 0x60C6A2) is unknown color: approx Medium Aquamarine. HEX triplet: 60, C6 and A2. RGB value is (96,198,162). Sum of RGB (Red+Green+Blue) = 96+198+162=456 (60% of max value = 765). Red value is 96 (37.89% from 255 or 21.05% from 456); Green value is 198 (77.73% from 255 or 43.42% from 456); Blue value is 162 (63.67% from 255 or 35.53% from 456); Max value from RGB is 198 - color contains mainly: green. Hex color #60C6A2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60C6A2 is #9F395D. Grayscale: #A3A3A3. Windows color (decimal): -10434910 or 10667616. OLE color: 10667616.

HSL color Cylindrical-coordinate representation of color #60C6A2: hue angle of 158.82º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #60C6A2 is Cyan = 0.52, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.22.

Color convert

RGB96198162-
CMYK0.5200.180.22
HSL158.82º47.22%57.65%-
HSV(B)158.82º51.52%77.65%-
XYZ31.5445.4841.3-
YUV163.4127.2179.93-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 21.05%
GREEN value IS 198 (77.73% from 255) = 43.42%
BLUE value IS 162 (63.67% from 255) = 35.53%
R=21.05%
G=43.42%
B=35.53%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal961981620.5200.180.22158.8247.2257.65
Hex60C6A234012169f2f3a
Octal14030624264022262375772
Binary110000011000110101000101101000100101011010011111101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60C6A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,198,162); }

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

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

 a { background-color: rgb(96,198,162); }

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

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

 span { border-color: rgb(96,198,162); }

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