#60D1B4

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

Shades of Medium Aquamarine #60D1B4

Tints of Medium Aquamarine #60D1B4

Color information

#60D1B4 (or 0x60D1B4) is unknown color: approx Medium Aquamarine. HEX triplet: 60, D1 and B4. RGB value is (96,209,180). Sum of RGB (Red+Green+Blue) = 96+209+180=485 (64% of max value = 765). Red value is 96 (37.89% from 255 or 19.79% from 485); Green value is 209 (82.03% from 255 or 43.09% from 485); Blue value is 180 (70.70% from 255 or 37.11% from 485); Max value from RGB is 209 - color contains mainly: green. Hex color #60D1B4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60D1B4 is #9F2E4B. Grayscale: #ABABAB. Windows color (decimal): -10432076 or 11850080. OLE color: 11850080.

HSL color Cylindrical-coordinate representation of color #60D1B4: hue angle of 164.6º degrees, saturation: 0.55, 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 #60D1B4 is Cyan = 0.54, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.18.

Color convert

RGB96209180-
CMYK0.5400.140.18
HSL164.6º55.12%59.8%-
HSV(B)164.6º54.07%81.96%-
XYZ35.8651.3851.21-
YUV171.91132.5673.86-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 19.79%
GREEN value IS 209 (82.03% from 255) = 43.09%
BLUE value IS 180 (70.70% from 255) = 37.11%
R=19.79%
G=43.09%
B=37.11%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal962091800.5400.140.18164.655.1259.8
Hex60D1B4360E12a5373c
Octal14032126466016222456774
Binary11000001101000110110100110110011101001010100101110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60D1B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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