Html Css Color HEX #66DCAA Medium Aquamarine

📋 copy color: '#66DCAA'

red 102 ◦ green 220 ◦ blue 170

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

Shades of Medium Aquamarine #66DCAA

Tints of Medium Aquamarine #66DCAA

RGB

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

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

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

R = 20.73%
G = 44.72%
B = 34.55%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.23

 K value IS 0.14

RGB Variations

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

Color information

#66DCAA (or 0x66DCAA) is known color: Medium Aquamarine. HEX triplet: 66, DC and AA. RGB value is (102,220,170). Sum of RGB (Red+Green+Blue) = 102+220+170=492 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.73% from 492); Green value is 220 (86.33% from 255 or 44.72% from 492); Blue value is 170 (66.80% from 255 or 34.55% from 492); Max value from RGB is 220 - color contains mainly: green. Hex color #66DCAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66DCAA is #992355. Grayscale: #B3B3B3. Windows color (decimal): -10036054 or 11197542. OLE color: 11197542.

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

Color convert

RGB 102 220 170 -
CMYK 0.54 0 0.23 0.14
HSL 154.58º 0.63% 0.63% -
HSV(B) 154.58º 0.54% 0.86% -
XYZ 38.33 56.91 47 -
YUV 179.02 122.91 73.07 -
System Red Green Blue C M Y K H S L
Decimal 102 220 170 0.54 0 0.23 0.14 154.58 0.63 0.63
Hex 66 DC AA 36 0 17 E 9B 3F 3F
Octal 146 334 252 66 0 27 16 233 77 77
Binary 1100110 11011100 10101010 110110 0 10111 1110 10011011 111111 111111

Color Harmonies of #66DCAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66DCAA

Black with #66DCAA

Text Example


Text Example

White with #66DCAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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