Html Css Color HEX #66DA9D Medium Aquamarine

📋 copy color: '#66DA9D'

red 102 ◦ green 218 ◦ blue 157

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

Shades of Medium Aquamarine #66DA9D

Tints of Medium Aquamarine #66DA9D

RGB

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

 GREEN value IS 218 (85.55% from 255) = 45.7%

 BLUE value IS 157 (61.72% from 255) = 32.91%

R = 21.38%
G = 45.7%
B = 32.91%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#66DA9D (or 0x66DA9D) is known color: Medium Aquamarine. HEX triplet: 66, DA and 9D. RGB value is (102,218,157). Sum of RGB (Red+Green+Blue) = 102+218+157=477 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.38% from 477); Green value is 218 (85.55% from 255 or 45.70% from 477); Blue value is 157 (61.72% from 255 or 32.91% from 477); Max value from RGB is 218 - color contains mainly: green. Hex color #66DA9D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66DA9D is #992562. Grayscale: #B0B0B0. Windows color (decimal): -10036579 or 10345062. OLE color: 10345062.

HSL color Cylindrical-coordinate representation of color #66DA9D: hue angle of 148.45º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #66DA9D is Cyan = 0.53, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.

Color convert

RGB 102 218 157 -
CMYK 0.53 0 0.28 0.15
HSL 148.45º 0.61% 0.63% -
HSV(B) 148.45º 0.53% 0.85% -
XYZ 36.64 55.4 40.66 -
YUV 176.36 117.07 74.96 -
System Red Green Blue C M Y K H S L
Decimal 102 218 157 0.53 0 0.28 0.15 148.45 0.61 0.63
Hex 66 DA 9D 35 0 1C F 94 3D 3F
Octal 146 332 235 65 0 34 17 224 75 77
Binary 1100110 11011010 10011101 110101 0 11100 1111 10010100 111101 111111

Color Harmonies of #66DA9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66DA9D

Black with #66DA9D

Text Example


Text Example

White with #66DA9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,218,157); }

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

background-color css

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

 a { background-color: rgb(102,218,157); }

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

border-color css

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

 span { border-color: rgb(102,218,157); }

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