#60DAAD

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

Shades of Medium Aquamarine #60DAAD

Tints of Medium Aquamarine #60DAAD

Color information

#60DAAD (or 0x60DAAD) is unknown color: approx Medium Aquamarine. HEX triplet: 60, DA and AD. RGB value is (96,218,173). Sum of RGB (Red+Green+Blue) = 96+218+173=487 (64% of max value = 765). Red value is 96 (37.89% from 255 or 19.71% from 487); Green value is 218 (85.55% from 255 or 44.76% from 487); Blue value is 173 (67.97% from 255 or 35.52% from 487); Max value from RGB is 218 - color contains mainly: green. Hex color #60DAAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60DAAD is #9F2552. Grayscale: #B0B0B0. Windows color (decimal): -10429779 or 11393632. OLE color: 11393632.

HSL color Cylindrical-coordinate representation of color #60DAAD: hue angle of 157.87º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #60DAAD is Cyan = 0.56, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB96218173-
CMYK0.5600.210.15
HSL157.87º62.24%61.57%-
HSV(B)157.87º55.96%85.49%-
XYZ37.4455.6548.3-
YUV176.39126.0870.66-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 19.71%
GREEN value IS 218 (85.55% from 255) = 44.76%
BLUE value IS 173 (67.97% from 255) = 35.52%
R=19.71%
G=44.76%
B=35.52%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal962181730.5600.210.15157.8762.2461.57
Hex60DAAD38015F9e3e3e
Octal14033225570025172367676
Binary11000001101101010101101111000010101111110011110111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60DAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,218,173); }

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

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

 a { background-color: rgb(96,218,173); }

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

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

 span { border-color: rgb(96,218,173); }

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