#60DFAB

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

Shades of Medium Aquamarine #60DFAB

Tints of Medium Aquamarine #60DFAB

Color information

#60DFAB (or 0x60DFAB) is unknown color: approx Medium Aquamarine. HEX triplet: 60, DF and AB. RGB value is (96,223,171). Sum of RGB (Red+Green+Blue) = 96+223+171=490 (64% of max value = 765). Red value is 96 (37.89% from 255 or 19.59% from 490); Green value is 223 (87.5% from 255 or 45.51% from 490); Blue value is 171 (67.19% from 255 or 34.90% from 490); Max value from RGB is 223 - color contains mainly: green. Hex color #60DFAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60DFAB is #9F2054. Grayscale: #B3B3B3. Windows color (decimal): -10428501 or 11263840. OLE color: 11263840.

HSL color Cylindrical-coordinate representation of color #60DFAB: hue angle of 155.43º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #60DFAB is Cyan = 0.57, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB96223171-
CMYK0.5700.230.13
HSL155.43º66.49%62.55%-
HSV(B)155.43º56.95%87.45%-
XYZ38.5658.247.73-
YUV179.1123.4268.73-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 19.59%
GREEN value IS 223 (87.5% from 255) = 45.51%
BLUE value IS 171 (67.19% from 255) = 34.90%
R=19.59%
G=45.51%
B=34.90%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal962231710.5700.230.13155.4366.4962.55
Hex60DFAB39017D9b423f
Octal140337253710271523310277
Binary110000011011111101010111110010101111101100110111000010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60DFAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,223,171); }

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

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

 a { background-color: rgb(96,223,171); }

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

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

 span { border-color: rgb(96,223,171); }

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