Html Css Color HEX #66DCA3 Medium Aquamarine

📋 copy color: '#66DCA3'

red 102 ◦ green 220 ◦ blue 163

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

Shades of Medium Aquamarine #66DCA3

Tints of Medium Aquamarine #66DCA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 33.61%

R = 21.03%
G = 45.36%
B = 33.61%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.26

 K value IS 0.14

RGB Variations

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

Color information

#66DCA3 (or 0x66DCA3) is known color: Medium Aquamarine. HEX triplet: 66, DC and A3. RGB value is (102,220,163). Sum of RGB (Red+Green+Blue) = 102+220+163=485 (64% of max value = 765). Red value is 102 (40.23% from 255 or 21.03% from 485); Green value is 220 (86.33% from 255 or 45.36% from 485); Blue value is 163 (64.06% from 255 or 33.61% from 485); Max value from RGB is 220 - color contains mainly: green. Hex color #66DCA3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66DCA3 is #99235C. Grayscale: #B2B2B2. Windows color (decimal): -10036061 or 10738790. OLE color: 10738790.

HSL color Cylindrical-coordinate representation of color #66DCA3: hue angle of 151.02º 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 #66DCA3 is Cyan = 0.54, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.14.

Color convert

RGB 102 220 163 -
CMYK 0.54 0 0.26 0.14
HSL 151.02º 0.63% 0.63% -
HSV(B) 151.02º 0.54% 0.86% -
XYZ 37.68 56.66 43.6 -
YUV 178.22 119.41 73.63 -
System Red Green Blue C M Y K H S L
Decimal 102 220 163 0.54 0 0.26 0.14 151.02 0.63 0.63
Hex 66 DC A3 36 0 1A E 97 3F 3F
Octal 146 334 243 66 0 32 16 227 77 77
Binary 1100110 11011100 10100011 110110 0 11010 1110 10010111 111111 111111

Color Harmonies of #66DCA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66DCA3

Black with #66DCA3

Text Example


Text Example

White with #66DCA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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