#60CDAD

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

Shades of Medium Aquamarine #60CDAD

Tints of Medium Aquamarine #60CDAD

Color information

#60CDAD (or 0x60CDAD) is unknown color: approx Medium Aquamarine. HEX triplet: 60, CD and AD. RGB value is (96,205,173). Sum of RGB (Red+Green+Blue) = 96+205+173=474 (62% of max value = 765). Red value is 96 (37.89% from 255 or 20.25% from 474); Green value is 205 (80.47% from 255 or 43.25% from 474); Blue value is 173 (67.97% from 255 or 36.50% from 474); Max value from RGB is 205 - color contains mainly: green. Hex color #60CDAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60CDAD is #9F3252. Grayscale: #A8A8A8. Windows color (decimal): -10433107 or 11390304. OLE color: 11390304.

HSL color Cylindrical-coordinate representation of color #60CDAD: hue angle of 162.39º degrees, saturation: 0.52, 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 #60CDAD is Cyan = 0.53, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.20.

Color convert

RGB96205173-
CMYK0.5300.160.20
HSL162.39º52.15%59.02%-
HSV(B)162.39º53.17%80.39%-
XYZ34.249.1747.22-
YUV168.76130.3976.1-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 20.25%
GREEN value IS 205 (80.47% from 255) = 43.25%
BLUE value IS 173 (67.97% from 255) = 36.50%
R=20.25%
G=43.25%
B=36.50%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal962051730.5300.160.20162.3952.1559.02
Hex60CDAD3501014a2343b
Octal14031525565020242426473
Binary110000011001101101011011101010100001010010100010110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60CDAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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