#60CDAB

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

Shades of Medium Aquamarine #60CDAB

Tints of Medium Aquamarine #60CDAB

Color information

#60CDAB (or 0x60CDAB) is unknown color: approx Medium Aquamarine. HEX triplet: 60, CD and AB. RGB value is (96,205,171). Sum of RGB (Red+Green+Blue) = 96+205+171=472 (62% of max value = 765). Red value is 96 (37.89% from 255 or 20.34% from 472); Green value is 205 (80.47% from 255 or 43.43% from 472); Blue value is 171 (67.19% from 255 or 36.23% from 472); Max value from RGB is 205 - color contains mainly: green. Hex color #60CDAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60CDAB is #9F3254. Grayscale: #A8A8A8. Windows color (decimal): -10433109 or 11259232. OLE color: 11259232.

HSL color Cylindrical-coordinate representation of color #60CDAB: hue angle of 161.28º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #60CDAB is Cyan = 0.53, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.20.

Color convert

RGB96205171-
CMYK0.5300.170.20
HSL161.28º52.15%59.02%-
HSV(B)161.28º53.17%80.39%-
XYZ34.0149.0946.21-
YUV168.53129.3976.26-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 20.34%
GREEN value IS 205 (80.47% from 255) = 43.43%
BLUE value IS 171 (67.19% from 255) = 36.23%
R=20.34%
G=43.43%
B=36.23%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal962051710.5300.170.20161.2852.1559.02
Hex60CDAB3501114a1343b
Octal14031525365021242416473
Binary110000011001101101010111101010100011010010100001110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60CDAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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