Html Css Color HEX #66D9AC Medium Aquamarine

📋 copy color: '#66D9AC'

red 102 ◦ green 217 ◦ blue 172

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

Shades of Medium Aquamarine #66D9AC

Tints of Medium Aquamarine #66D9AC

RGB

 RED value IS 102 (40.23% from 255) = 20.77%

 GREEN value IS 217 (85.16% from 255) = 44.2%

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

R = 20.77%
G = 44.2%
B = 35.03%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#66D9AC (or 0x66D9AC) is known color: Medium Aquamarine. HEX triplet: 66, D9 and AC. RGB value is (102,217,172). Sum of RGB (Red+Green+Blue) = 102+217+172=491 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.77% from 491); Green value is 217 (85.16% from 255 or 44.20% from 491); Blue value is 172 (67.58% from 255 or 35.03% from 491); Max value from RGB is 217 - color contains mainly: green. Hex color #66D9AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66D9AC is #992653. Grayscale: #B1B1B1. Windows color (decimal): -10036820 or 11327846. OLE color: 11327846.

HSL color Cylindrical-coordinate representation of color #66D9AC: hue angle of 156.52º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #66D9AC is Cyan = 0.53, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB 102 217 172 -
CMYK 0.53 0 0.21 0.15
HSL 156.52º 0.6% 0.63% -
HSV(B) 156.52º 0.53% 0.85% -
XYZ 37.74 55.43 47.74 -
YUV 177.49 124.9 74.16 -
System Red Green Blue C M Y K H S L
Decimal 102 217 172 0.53 0 0.21 0.15 156.52 0.6 0.63
Hex 66 D9 AC 35 0 15 F 9D 3C 3F
Octal 146 331 254 65 0 25 17 235 74 77
Binary 1100110 11011001 10101100 110101 0 10101 1111 10011101 111100 111111

Color Harmonies of #66D9AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66D9AC

Black with #66D9AC

Text Example


Text Example

White with #66D9AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66D9AC; }

 p { color: rgb(102,217,172); }

 H1.HeaderClassName
 {
   color: #66D9AC;
 }
 .AnyTagClassName
 {
   color: #66D9AC;
 }
</style>

background-color css

<style>
 a { background-color: #66D9AC; }

 a { background-color: rgb(102,217,172); }

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

border-color css

<style>
 span { border-color: #66D9AC; }

 span { border-color: rgb(102,217,172); }

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