Html Css Color HEX #66D8AB Medium Aquamarine

📋 copy color: '#66D8AB'

red 102 ◦ green 216 ◦ blue 171

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

Shades of Medium Aquamarine #66D8AB

Tints of Medium Aquamarine #66D8AB

RGB

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

 GREEN value IS 216 (84.77% from 255) = 44.17%

 BLUE value IS 171 (67.19% from 255) = 34.97%

R = 20.86%
G = 44.17%
B = 34.97%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#66D8AB (or 0x66D8AB) is known color: Medium Aquamarine. HEX triplet: 66, D8 and AB. RGB value is (102,216,171). Sum of RGB (Red+Green+Blue) = 102+216+171=489 (64% of max value = 765). Red value is 102 (40.23% from 255 or 20.86% from 489); Green value is 216 (84.77% from 255 or 44.17% from 489); Blue value is 171 (67.19% from 255 or 34.97% from 489); Max value from RGB is 216 - color contains mainly: green. Hex color #66D8AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66D8AB is #992754. Grayscale: #B0B0B0. Windows color (decimal): -10037077 or 11262054. OLE color: 11262054.

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

Color convert

RGB 102 216 171 -
CMYK 0.53 0 0.21 0.15
HSL 156.32º 0.59% 0.62% -
HSV(B) 156.32º 0.53% 0.85% -
XYZ 37.39 54.88 47.15 -
YUV 176.78 124.73 74.66 -
System Red Green Blue C M Y K H S L
Decimal 102 216 171 0.53 0 0.21 0.15 156.32 0.59 0.62
Hex 66 D8 AB 35 0 15 F 9C 3B 3E
Octal 146 330 253 65 0 25 17 234 73 76
Binary 1100110 11011000 10101011 110101 0 10101 1111 10011100 111011 111110

Color Harmonies of #66D8AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66D8AB

Black with #66D8AB

Text Example


Text Example

White with #66D8AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,216,171); }

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

background-color css

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

 a { background-color: rgb(102,216,171); }

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

border-color css

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

 span { border-color: rgb(102,216,171); }

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