#60dcb4

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

Shades of Medium Aquamarine #60DCB4

Tints of Medium Aquamarine #60DCB4

Color information

#60DCB4 (or 0x60DCB4) is unknown color: approx Medium Aquamarine. HEX triplet: 60, DC and B4. RGB value is (96,220,180). Sum of RGB (Red+Green+Blue) = 96+220+180=496 (65% of max value = 765). Red value is 96 (37.89% from 255 or 19.35% from 496); Green value is 220 (86.33% from 255 or 44.35% from 496); Blue value is 180 (70.70% from 255 or 36.29% from 496); Max value from RGB is 220 - color contains mainly: green. Hex color #60DCB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60DCB4 is #9F234B. Grayscale: #B2B2B2. Windows color (decimal): -10429260 or 11852896. OLE color: 11852896.

HSL color Cylindrical-coordinate representation of color #60DCB4: hue angle of 160.65º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #60DCB4 is Cyan = 0.56, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.14.

Color convert

RGB96220180-
CMYK0.5600.180.14
HSL160.65º63.92%61.96%-
HSV(B)160.65º56.36%86.27%-
XYZ38.6656.9752.14-
YUV178.36128.9269.25-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 19.35%
GREEN value IS 220 (86.33% from 255) = 44.35%
BLUE value IS 180 (70.70% from 255) = 36.29%
R=19.35%
G=44.35%
B=36.29%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal962201800.5600.180.14160.6563.9261.96
Hex60DCB438012Ea1403e
Octal140334264700221624110076
Binary110000011011100101101001110000100101110101000011000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60dcb4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,220,180); }

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

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

 a { background-color: rgb(96,220,180); }

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

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

 span { border-color: rgb(96,220,180); }

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