Html Css Color HEX #60DCAA Medium Aquamarine

📋 copy color: '#60DCAA'

red 96 ◦ green 220 ◦ blue 170

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

Shades of Medium Aquamarine #60DCAA

Tints of Medium Aquamarine #60DCAA

RGB

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

 GREEN value IS 220 (86.33% from 255) = 45.27%

 BLUE value IS 170 (66.8% from 255) = 34.98%

R = 19.75%
G = 45.27%
B = 34.98%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.23

 K value IS 0.14

RGB Variations

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

Color information

#60DCAA (or 0x60DCAA) is known color: Medium Aquamarine. HEX triplet: 60, DC and AA. RGB value is (96,220,170). Sum of RGB (Red+Green+Blue) = 96+220+170=486 (64% of max value = 765). Red value is 96 (37.89% from 255 or 19.75% from 486); Green value is 220 (86.33% from 255 or 45.27% from 486); Blue value is 170 (66.80% from 255 or 34.98% from 486); Max value from RGB is 220 - color contains mainly: green. Hex color #60DCAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60DCAA is #9F2355. Grayscale: #B1B1B1. Windows color (decimal): -10429270 or 11197536. OLE color: 11197536.

HSL color Cylindrical-coordinate representation of color #60DCAA: hue angle of 155.81º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #60DCAA is Cyan = 0.56, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.

Color convert

RGB 96 220 170 -
CMYK 0.56 0 0.23 0.14
HSL 155.81º 0.64% 0.62% -
HSV(B) 155.81º 0.56% 0.86% -
XYZ 37.67 56.58 46.96 -
YUV 177.22 123.92 70.07 -
System Red Green Blue C M Y K H S L
Decimal 96 220 170 0.56 0 0.23 0.14 155.81 0.64 0.62
Hex 60 DC AA 38 0 17 E 9C 40 3E
Octal 140 334 252 70 0 27 16 234 100 76
Binary 1100000 11011100 10101010 111000 0 10111 1110 10011100 1000000 111110

Color Harmonies of #60DCAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60DCAA

Black with #60DCAA

Text Example


Text Example

White with #60DCAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,220,170); }

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

background-color css

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

 a { background-color: rgb(96,220,170); }

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

border-color css

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

 span { border-color: rgb(96,220,170); }

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