Html Css Color HEX #66DFA4 Medium Aquamarine

📋 copy color: '#66DFA4'

red 102 ◦ green 223 ◦ blue 164

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

Shades of Medium Aquamarine #66DFA4

Tints of Medium Aquamarine #66DFA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 33.54%

R = 20.86%
G = 45.6%
B = 33.54%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.26

 K value IS 0.13

RGB Variations

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

Color information

#66DFA4 (or 0x66DFA4) is known color: Medium Aquamarine. HEX triplet: 66, DF and A4. RGB value is (102,223,164). Sum of RGB (Red+Green+Blue) = 102+223+164=489 (64% of max value = 765). Red value is 102 (40.23% from 255 or 20.86% from 489); Green value is 223 (87.5% from 255 or 45.60% from 489); Blue value is 164 (64.45% from 255 or 33.54% from 489); Max value from RGB is 223 - color contains mainly: green. Hex color #66DFA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66DFA4 is #99205B. Grayscale: #B4B4B4. Windows color (decimal): -10035292 or 10805094. OLE color: 10805094.

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

Color convert

RGB 102 223 164 -
CMYK 0.54 0 0.26 0.13
HSL 150.74º 0.65% 0.64% -
HSV(B) 150.74º 0.54% 0.87% -
XYZ 38.57 58.28 44.34 -
YUV 180.1 118.91 72.3 -
System Red Green Blue C M Y K H S L
Decimal 102 223 164 0.54 0 0.26 0.13 150.74 0.65 0.64
Hex 66 DF A4 36 0 1A D 97 41 40
Octal 146 337 244 66 0 32 15 227 101 100
Binary 1100110 11011111 10100100 110110 0 11010 1101 10010111 1000001 1000000

Color Harmonies of #66DFA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66DFA4

Black with #66DFA4

Text Example


Text Example

White with #66DFA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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