Html Css Color HEX #66DFAC Medium Aquamarine

📋 copy color: '#66DFAC'

red 102 ◦ green 223 ◦ blue 172

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

Shades of Medium Aquamarine #66DFAC

Tints of Medium Aquamarine #66DFAC

RGB

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

 GREEN value IS 223 (87.5% from 255) = 44.87%

 BLUE value IS 172 (67.58% from 255) = 34.61%

R = 20.52%
G = 44.87%
B = 34.61%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#66DFAC (or 0x66DFAC) is known color: Medium Aquamarine. HEX triplet: 66, DF and AC. RGB value is (102,223,172). Sum of RGB (Red+Green+Blue) = 102+223+172=497 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.52% from 497); Green value is 223 (87.5% from 255 or 44.87% from 497); Blue value is 172 (67.58% from 255 or 34.61% from 497); Max value from RGB is 223 - color contains mainly: green. Hex color #66DFAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66DFAC is #992053. Grayscale: #B5B5B5. Windows color (decimal): -10035284 or 11329382. OLE color: 11329382.

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

Color convert

RGB 102 223 172 -
CMYK 0.54 0 0.23 0.13
HSL 154.71º 0.65% 0.64% -
HSV(B) 154.71º 0.54% 0.87% -
XYZ 39.31 58.58 48.26 -
YUV 181.01 122.91 71.65 -
System Red Green Blue C M Y K H S L
Decimal 102 223 172 0.54 0 0.23 0.13 154.71 0.65 0.64
Hex 66 DF AC 36 0 17 D 9B 41 40
Octal 146 337 254 66 0 27 15 233 101 100
Binary 1100110 11011111 10101100 110110 0 10111 1101 10011011 1000001 1000000

Color Harmonies of #66DFAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66DFAC

Black with #66DFAC

Text Example


Text Example

White with #66DFAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,223,172); }

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

background-color css

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

 a { background-color: rgb(102,223,172); }

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

border-color css

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

 span { border-color: rgb(102,223,172); }

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