#60D8AE

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

Shades of Medium Aquamarine #60D8AE

Tints of Medium Aquamarine #60D8AE

Color information

#60D8AE (or 0x60D8AE) is unknown color: approx Medium Aquamarine. HEX triplet: 60, D8 and AE. RGB value is (96,216,174). Sum of RGB (Red+Green+Blue) = 96+216+174=486 (64% of max value = 765). Red value is 96 (37.89% from 255 or 19.75% from 486); Green value is 216 (84.77% from 255 or 44.44% from 486); Blue value is 174 (68.36% from 255 or 35.80% from 486); Max value from RGB is 216 - color contains mainly: green. Hex color #60D8AE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60D8AE is #9F2751. Grayscale: #AFAFAF. Windows color (decimal): -10430290 or 11458656. OLE color: 11458656.

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

Color convert

RGB96216174-
CMYK0.5600.190.15
HSL159º60.61%61.18%-
HSV(B)159º55.56%84.71%-
XYZ37.0254.6548.64-
YUV175.33127.2471.42-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 19.75%
GREEN value IS 216 (84.77% from 255) = 44.44%
BLUE value IS 174 (68.36% from 255) = 35.80%
R=19.75%
G=44.44%
B=35.80%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal962161740.5600.190.1515960.6161.18
Hex60D8AE38013F9f3d3d
Octal14033025670023172377575
Binary11000001101100010101110111000010011111110011111111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60D8AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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