Html Css Color HEX #60DDAC Medium Aquamarine

📋 copy color: '#60DDAC'

red 96 ◦ green 221 ◦ blue 172

#60DDAC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Aquamarine #60DDAC

Tints of Medium Aquamarine #60DDAC

RGB

 RED value IS 96 (37.89% from 255) = 19.63%

 GREEN value IS 221 (86.72% from 255) = 45.19%

 BLUE value IS 172 (67.58% from 255) = 35.17%

R = 19.63%
G = 45.19%
B = 35.17%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#60DDAC (or 0x60DDAC) is known color: Medium Aquamarine. HEX triplet: 60, DD and AC. RGB value is (96,221,172). Sum of RGB (Red+Green+Blue) = 96+221+172=489 (64% of max value = 765). Red value is 96 (37.89% from 255 or 19.63% from 489); Green value is 221 (86.72% from 255 or 45.19% from 489); Blue value is 172 (67.58% from 255 or 35.17% from 489); Max value from RGB is 221 - color contains mainly: green. Hex color #60DDAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60DDAC is #9F2253. Grayscale: #B2B2B2. Windows color (decimal): -10429012 or 11328864. OLE color: 11328864.

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

Color convert

RGB 96 221 172 -
CMYK 0.57 0 0.22 0.13
HSL 156.48º 0.65% 0.62% -
HSV(B) 156.48º 0.57% 0.87% -
XYZ 38.13 57.18 48.06 -
YUV 178.04 124.59 69.48 -
System Red Green Blue C M Y K H S L
Decimal 96 221 172 0.57 0 0.22 0.13 156.48 0.65 0.62
Hex 60 DD AC 39 0 16 D 9C 41 3E
Octal 140 335 254 71 0 26 15 234 101 76
Binary 1100000 11011101 10101100 111001 0 10110 1101 10011100 1000001 111110

Color Harmonies of #60DDAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60DDAC

Black with #60DDAC

Text Example


Text Example

White with #60DDAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #60DDAC;
 }
 .AnyTagClassName
 {
   color: #60DDAC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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