Html Css Color HEX #66C99D Medium Aquamarine

📋 copy color: '#66C99D'

red 102 ◦ green 201 ◦ blue 157

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

Shades of Medium Aquamarine #66C99D

Tints of Medium Aquamarine #66C99D

RGB

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

 GREEN value IS 201 (78.91% from 255) = 43.7%

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

R = 22.17%
G = 43.7%
B = 34.13%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.22

 K value IS 0.21

RGB Variations

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

Color information

#66C99D (or 0x66C99D) is known color: Medium Aquamarine. HEX triplet: 66, C9 and 9D. RGB value is (102,201,157). Sum of RGB (Red+Green+Blue) = 102+201+157=460 (60% of max value = 765). Red value is 102 (40.23% from 255 or 22.17% from 460); Green value is 201 (78.91% from 255 or 43.70% from 460); Blue value is 157 (61.72% from 255 or 34.13% from 460); Max value from RGB is 201 - color contains mainly: green. Hex color #66C99D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66C99D is #993662. Grayscale: #A6A6A6. Windows color (decimal): -10040931 or 10340710. OLE color: 10340710.

HSL color Cylindrical-coordinate representation of color #66C99D: hue angle of 153.33º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #66C99D is Cyan = 0.49, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.21.

Color convert

RGB 102 201 157 -
CMYK 0.49 0 0.22 0.21
HSL 153.33º 0.48% 0.59% -
HSV(B) 153.33º 0.49% 0.79% -
XYZ 32.45 47.03 39.27 -
YUV 166.38 122.7 82.08 -
System Red Green Blue C M Y K H S L
Decimal 102 201 157 0.49 0 0.22 0.21 153.33 0.48 0.59
Hex 66 C9 9D 31 0 16 15 99 30 3B
Octal 146 311 235 61 0 26 25 231 60 73
Binary 1100110 11001001 10011101 110001 0 10110 10101 10011001 110000 111011

Color Harmonies of #66C99D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66C99D

Black with #66C99D

Text Example


Text Example

White with #66C99D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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