Html Css Color HEX #60DAAC Medium Aquamarine

📋 copy color: '#60DAAC'

red 96 ◦ green 218 ◦ blue 172

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

Shades of Medium Aquamarine #60DAAC

Tints of Medium Aquamarine #60DAAC

RGB

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

 GREEN value IS 218 (85.55% from 255) = 44.86%

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

R = 19.75%
G = 44.86%
B = 35.39%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#60DAAC (or 0x60DAAC) is known color: Medium Aquamarine. HEX triplet: 60, DA and AC. RGB value is (96,218,172). Sum of RGB (Red+Green+Blue) = 96+218+172=486 (64% of max value = 765). Red value is 96 (37.89% from 255 or 19.75% from 486); Green value is 218 (85.55% from 255 or 44.86% from 486); Blue value is 172 (67.58% from 255 or 35.39% from 486); Max value from RGB is 218 - color contains mainly: green. Hex color #60DAAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60DAAC is #9F2553. Grayscale: #B0B0B0. Windows color (decimal): -10429780 or 11328096. OLE color: 11328096.

HSL color Cylindrical-coordinate representation of color #60DAAC: hue angle of 157.38º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #60DAAC is Cyan = 0.56, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB 96 218 172 -
CMYK 0.56 0 0.21 0.15
HSL 157.38º 0.62% 0.62% -
HSV(B) 157.38º 0.56% 0.85% -
XYZ 37.34 55.61 47.8 -
YUV 176.28 125.58 70.74 -
System Red Green Blue C M Y K H S L
Decimal 96 218 172 0.56 0 0.21 0.15 157.38 0.62 0.62
Hex 60 DA AC 38 0 15 F 9D 3E 3E
Octal 140 332 254 70 0 25 17 235 76 76
Binary 1100000 11011010 10101100 111000 0 10101 1111 10011101 111110 111110

Color Harmonies of #60DAAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60DAAC

Black with #60DAAC

Text Example


Text Example

White with #60DAAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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