#60D0B0

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

Shades of Medium Aquamarine #60D0B0

Tints of Medium Aquamarine #60D0B0

Color information

#60D0B0 (or 0x60D0B0) is unknown color: approx Medium Aquamarine. HEX triplet: 60, D0 and B0. RGB value is (96,208,176). Sum of RGB (Red+Green+Blue) = 96+208+176=480 (63% of max value = 765). Red value is 96 (37.89% from 255 or 20% from 480); Green value is 208 (81.64% from 255 or 43.33% from 480); Blue value is 176 (69.14% from 255 or 36.67% from 480); Max value from RGB is 208 - color contains mainly: green. Hex color #60D0B0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60D0B0 is #9F2F4F. Grayscale: #AAAAAA. Windows color (decimal): -10432336 or 11587680. OLE color: 11587680.

HSL color Cylindrical-coordinate representation of color #60D0B0: hue angle of 162.86º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #60D0B0 is Cyan = 0.54, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.18.

Color convert

RGB96208176-
CMYK0.5400.150.18
HSL162.86º54.37%59.61%-
HSV(B)162.86º53.85%81.57%-
XYZ35.2250.7349.01-
YUV170.86130.8974.6-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 20%
GREEN value IS 208 (81.64% from 255) = 43.33%
BLUE value IS 176 (69.14% from 255) = 36.67%
R=20%
G=43.33%
B=36.67%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal962081760.5400.150.18162.8654.3759.61
Hex60D0B0360F12a3363c
Octal14032026066017222436674
Binary11000001101000010110000110110011111001010100011110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60D0B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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