Html Css Color HEX #66DC99 Medium Aquamarine

📋 copy color: '#66DC99'

red 102 ◦ green 220 ◦ blue 153

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

Shades of Medium Aquamarine #66DC99

Tints of Medium Aquamarine #66DC99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 32.21%

R = 21.47%
G = 46.32%
B = 32.21%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#66DC99 (or 0x66DC99) is known color: Medium Aquamarine. HEX triplet: 66, DC and 99. RGB value is (102,220,153). Sum of RGB (Red+Green+Blue) = 102+220+153=475 (62% of max value = 765). Red value is 102 (40.23% from 255 or 21.47% from 475); Green value is 220 (86.33% from 255 or 46.32% from 475); Blue value is 153 (60.16% from 255 or 32.21% from 475); Max value from RGB is 220 - color contains mainly: green. Hex color #66DC99 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66DC99 is #992366. Grayscale: #B1B1B1. Windows color (decimal): -10036071 or 10083430. OLE color: 10083430.

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

Color convert

RGB 102 220 153 -
CMYK 0.54 0 0.30 0.14
HSL 145.93º 0.63% 0.63% -
HSV(B) 145.93º 0.54% 0.86% -
XYZ 36.82 56.31 39.07 -
YUV 177.08 114.41 74.45 -
System Red Green Blue C M Y K H S L
Decimal 102 220 153 0.54 0 0.30 0.14 145.93 0.63 0.63
Hex 66 DC 99 36 0 1E E 92 3F 3F
Octal 146 334 231 66 0 36 16 222 77 77
Binary 1100110 11011100 10011001 110110 0 11110 1110 10010010 111111 111111

Color Harmonies of #66DC99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66DC99

Black with #66DC99

Text Example


Text Example

White with #66DC99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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