Html Css Color HEX #66D6AC Medium Aquamarine

📋 copy color: '#66D6AC'

red 102 ◦ green 214 ◦ blue 172

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

Shades of Medium Aquamarine #66D6AC

Tints of Medium Aquamarine #66D6AC

RGB

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

 GREEN value IS 214 (83.98% from 255) = 43.85%

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

R = 20.9%
G = 43.85%
B = 35.25%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#66D6AC (or 0x66D6AC) is known color: Medium Aquamarine. HEX triplet: 66, D6 and AC. RGB value is (102,214,172). Sum of RGB (Red+Green+Blue) = 102+214+172=488 (64% of max value = 765). Red value is 102 (40.23% from 255 or 20.90% from 488); Green value is 214 (83.98% from 255 or 43.85% from 488); Blue value is 172 (67.58% from 255 or 35.25% from 488); Max value from RGB is 214 - color contains mainly: green. Hex color #66D6AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66D6AC is #992953. Grayscale: #AFAFAF. Windows color (decimal): -10037588 or 11327078. OLE color: 11327078.

HSL color Cylindrical-coordinate representation of color #66D6AC: hue angle of 157.5º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #66D6AC is Cyan = 0.52, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB 102 214 172 -
CMYK 0.52 0 0.20 0.16
HSL 157.5º 0.58% 0.62% -
HSV(B) 157.5º 0.52% 0.84% -
XYZ 36.97 53.9 47.48 -
YUV 175.72 125.89 75.42 -
System Red Green Blue C M Y K H S L
Decimal 102 214 172 0.52 0 0.20 0.16 157.5 0.58 0.62
Hex 66 D6 AC 34 0 14 10 9E 3A 3E
Octal 146 326 254 64 0 24 20 236 72 76
Binary 1100110 11010110 10101100 110100 0 10100 10000 10011110 111010 111110

Color Harmonies of #66D6AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66D6AC

Black with #66D6AC

Text Example


Text Example

White with #66D6AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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