#60DAAE

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

Shades of Medium Aquamarine #60DAAE

Tints of Medium Aquamarine #60DAAE

Color information

#60DAAE (or 0x60DAAE) is unknown color: approx Medium Aquamarine. HEX triplet: 60, DA and AE. RGB value is (96,218,174). Sum of RGB (Red+Green+Blue) = 96+218+174=488 (64% of max value = 765). Red value is 96 (37.89% from 255 or 19.67% from 488); Green value is 218 (85.55% from 255 or 44.67% from 488); Blue value is 174 (68.36% from 255 or 35.66% from 488); Max value from RGB is 218 - color contains mainly: green. Hex color #60DAAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60DAAE is #9F2551. Grayscale: #B0B0B0. Windows color (decimal): -10429778 or 11459168. OLE color: 11459168.

HSL color Cylindrical-coordinate representation of color #60DAAE: hue angle of 158.36º 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 #60DAAE is Cyan = 0.56, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB96218174-
CMYK0.5600.200.15
HSL158.36º62.24%61.57%-
HSV(B)158.36º55.96%85.49%-
XYZ37.5455.6948.81-
YUV176.51126.5870.58-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 19.67%
GREEN value IS 218 (85.55% from 255) = 44.67%
BLUE value IS 174 (68.36% from 255) = 35.66%
R=19.67%
G=44.67%
B=35.66%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal962181740.5600.200.15158.3662.2461.57
Hex60DAAE38014F9e3e3e
Octal14033225670024172367676
Binary11000001101101010101110111000010100111110011110111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60DAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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