Html Css Color HEX #66D8AC Medium Aquamarine

📋 copy color: '#66D8AC'

red 102 ◦ green 216 ◦ blue 172

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

Shades of Medium Aquamarine #66D8AC

Tints of Medium Aquamarine #66D8AC

RGB

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

 GREEN value IS 216 (84.77% from 255) = 44.08%

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

R = 20.82%
G = 44.08%
B = 35.1%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.20

 K value IS 0.15

RGB Variations

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

Color information

#66D8AC (or 0x66D8AC) is known color: Medium Aquamarine. HEX triplet: 66, D8 and AC. RGB value is (102,216,172). Sum of RGB (Red+Green+Blue) = 102+216+172=490 (64% of max value = 765). Red value is 102 (40.23% from 255 or 20.82% from 490); Green value is 216 (84.77% from 255 or 44.08% from 490); Blue value is 172 (67.58% from 255 or 35.10% from 490); Max value from RGB is 216 - color contains mainly: green. Hex color #66D8AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66D8AC is #992753. Grayscale: #B0B0B0. Windows color (decimal): -10037076 or 11327590. OLE color: 11327590.

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

Color convert

RGB 102 216 172 -
CMYK 0.53 0 0.20 0.15
HSL 156.84º 0.59% 0.62% -
HSV(B) 156.84º 0.53% 0.85% -
XYZ 37.48 54.92 47.65 -
YUV 176.9 125.23 74.58 -
System Red Green Blue C M Y K H S L
Decimal 102 216 172 0.53 0 0.20 0.15 156.84 0.59 0.62
Hex 66 D8 AC 35 0 14 F 9D 3B 3E
Octal 146 330 254 65 0 24 17 235 73 76
Binary 1100110 11011000 10101100 110101 0 10100 1111 10011101 111011 111110

Color Harmonies of #66D8AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66D8AC

Black with #66D8AC

Text Example


Text Example

White with #66D8AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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