Html Css Color HEX #66DDA8 Medium Aquamarine

📋 copy color: '#66DDA8'

red 102 ◦ green 221 ◦ blue 168

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

Shades of Medium Aquamarine #66DDA8

Tints of Medium Aquamarine #66DDA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 34.22%

R = 20.77%
G = 45.01%
B = 34.22%

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

#66DDA8 (or 0x66DDA8) is known color: Medium Aquamarine. HEX triplet: 66, DD and A8. RGB value is (102,221,168). Sum of RGB (Red+Green+Blue) = 102+221+168=491 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.77% from 491); Green value is 221 (86.72% from 255 or 45.01% from 491); Blue value is 168 (66.02% from 255 or 34.22% from 491); Max value from RGB is 221 - color contains mainly: green. Hex color #66DDA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66DDA8 is #992257. Grayscale: #B3B3B3. Windows color (decimal): -10035800 or 11066726. OLE color: 11066726.

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

Color convert

RGB 102 221 168 -
CMYK 0.54 0 0.24 0.13
HSL 153.28º 0.64% 0.63% -
HSV(B) 153.28º 0.54% 0.87% -
XYZ 38.4 57.36 46.09 -
YUV 179.38 121.58 72.81 -
System Red Green Blue C M Y K H S L
Decimal 102 221 168 0.54 0 0.24 0.13 153.28 0.64 0.63
Hex 66 DD A8 36 0 18 D 99 40 3F
Octal 146 335 250 66 0 30 15 231 100 77
Binary 1100110 11011101 10101000 110110 0 11000 1101 10011001 1000000 111111

Color Harmonies of #66DDA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66DDA8

Black with #66DDA8

Text Example


Text Example

White with #66DDA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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