#60DDB0

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

Shades of Medium Aquamarine #60DDB0

Tints of Medium Aquamarine #60DDB0

Color information

#60DDB0 (or 0x60DDB0) is unknown color: approx Medium Aquamarine. HEX triplet: 60, DD and B0. RGB value is (96,221,176). Sum of RGB (Red+Green+Blue) = 96+221+176=493 (65% of max value = 765). Red value is 96 (37.89% from 255 or 19.47% from 493); Green value is 221 (86.72% from 255 or 44.83% from 493); Blue value is 176 (69.14% from 255 or 35.70% from 493); Max value from RGB is 221 - color contains mainly: green. Hex color #60DDB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60DDB0 is #9F224F. Grayscale: #B2B2B2. Windows color (decimal): -10429008 or 11591008. OLE color: 11591008.

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

Color convert

RGB96221176-
CMYK0.5700.200.13
HSL158.4º64.77%62.16%-
HSV(B)158.4º56.56%86.67%-
XYZ38.5257.3350.11-
YUV178.5126.5969.16-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 19.47%
GREEN value IS 221 (86.72% from 255) = 44.83%
BLUE value IS 176 (69.14% from 255) = 35.70%
R=19.47%
G=44.83%
B=35.70%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal962211760.5700.200.13158.464.7762.16
Hex60DDB039014D9e413e
Octal140335260710241523610176
Binary110000011011101101100001110010101001101100111101000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60DDB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,221,176); }

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

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

 a { background-color: rgb(96,221,176); }

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

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

 span { border-color: rgb(96,221,176); }

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