#60DDB1

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

Shades of Medium Aquamarine #60DDB1

Tints of Medium Aquamarine #60DDB1

Color information

#60DDB1 (or 0x60DDB1) is unknown color: approx Medium Aquamarine. HEX triplet: 60, DD and B1. RGB value is (96,221,177). Sum of RGB (Red+Green+Blue) = 96+221+177=494 (65% of max value = 765). Red value is 96 (37.89% from 255 or 19.43% from 494); Green value is 221 (86.72% from 255 or 44.74% from 494); Blue value is 177 (69.53% from 255 or 35.83% from 494); Max value from RGB is 221 - color contains mainly: green. Hex color #60DDB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60DDB1 is #9F224E. Grayscale: #B2B2B2. Windows color (decimal): -10429007 or 11656544. OLE color: 11656544.

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

Color convert

RGB96221177-
CMYK0.5700.200.13
HSL158.88º64.77%62.16%-
HSV(B)158.88º56.56%86.67%-
XYZ38.6257.3750.63-
YUV178.61127.0969.08-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 19.43%
GREEN value IS 221 (86.72% from 255) = 44.74%
BLUE value IS 177 (69.53% from 255) = 35.83%
R=19.43%
G=44.74%
B=35.83%

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
Decimal962211770.5700.200.13158.8864.7762.16
Hex60DDB139014D9f413e
Octal140335261710241523710176
Binary110000011011101101100011110010101001101100111111000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60DDB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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