Html Css Color HEX #66DDA7 Medium Aquamarine

📋 copy color: '#66DDA7'

red 102 ◦ green 221 ◦ blue 167

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

Shades of Medium Aquamarine #66DDA7

Tints of Medium Aquamarine #66DDA7

RGB

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

 GREEN value IS 221 (86.72% from 255) = 45.1%

 BLUE value IS 167 (65.63% from 255) = 34.08%

R = 20.82%
G = 45.1%
B = 34.08%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.24

 K value IS 0.13

RGB Variations

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

Color information

#66DDA7 (or 0x66DDA7) is known color: Medium Aquamarine. HEX triplet: 66, DD and A7. RGB value is (102,221,167). Sum of RGB (Red+Green+Blue) = 102+221+167=490 (64% of max value = 765). Red value is 102 (40.23% from 255 or 20.82% from 490); Green value is 221 (86.72% from 255 or 45.10% from 490); Blue value is 167 (65.62% from 255 or 34.08% from 490); Max value from RGB is 221 - color contains mainly: green. Hex color #66DDA7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66DDA7 is #992258. Grayscale: #B3B3B3. Windows color (decimal): -10035801 or 11001190. OLE color: 11001190.

HSL color Cylindrical-coordinate representation of color #66DDA7: hue angle of 152.77º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #66DDA7 is Cyan = 0.54, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.

Color convert

RGB 102 221 167 -
CMYK 0.54 0 0.24 0.13
HSL 152.77º 0.64% 0.63% -
HSV(B) 152.77º 0.54% 0.87% -
XYZ 38.31 57.33 45.61 -
YUV 179.26 121.08 72.89 -
System Red Green Blue C M Y K H S L
Decimal 102 221 167 0.54 0 0.24 0.13 152.77 0.64 0.63
Hex 66 DD A7 36 0 18 D 99 40 3F
Octal 146 335 247 66 0 30 15 231 100 77
Binary 1100110 11011101 10100111 110110 0 11000 1101 10011001 1000000 111111

Color Harmonies of #66DDA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66DDA7

Black with #66DDA7

Text Example


Text Example

White with #66DDA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,221,167); }

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

background-color css

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

 a { background-color: rgb(102,221,167); }

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

border-color css

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

 span { border-color: rgb(102,221,167); }

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