Html Css Color HEX #66EFAC Medium Aquamarine

📋 copy color: '#66EFAC'

red 102 ◦ green 239 ◦ blue 172

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

Shades of Medium Aquamarine #66EFAC

Tints of Medium Aquamarine #66EFAC

RGB

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

 GREEN value IS 239 (93.75% from 255) = 46.59%

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

R = 19.88%
G = 46.59%
B = 33.53%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#66EFAC (or 0x66EFAC) is known color: Medium Aquamarine. HEX triplet: 66, EF and AC. RGB value is (102,239,172). Sum of RGB (Red+Green+Blue) = 102+239+172=513 (67% of max value = 765). Red value is 102 (40.23% from 255 or 19.88% from 513); Green value is 239 (93.75% from 255 or 46.59% from 513); Blue value is 172 (67.58% from 255 or 33.53% from 513); Max value from RGB is 239 - color contains mainly: green. Hex color #66EFAC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #66EFAC is #991053. Grayscale: #BEBEBE. Windows color (decimal): -10031188 or 11333478. OLE color: 11333478.

HSL color Cylindrical-coordinate representation of color #66EFAC: hue angle of 150.66º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #66EFAC is Cyan = 0.57, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB 102 239 172 -
CMYK 0.57 0 0.28 0.06
HSL 150.66º 0.81% 0.67% -
HSV(B) 150.66º 0.57% 0.94% -
XYZ 43.79 67.54 49.76 -
YUV 190.4 117.61 64.95 -
System Red Green Blue C M Y K H S L
Decimal 102 239 172 0.57 0 0.28 0.06 150.66 0.81 0.67
Hex 66 EF AC 39 0 1C 6 97 51 43
Octal 146 357 254 71 0 34 6 227 121 103
Binary 1100110 11101111 10101100 111001 0 11100 110 10010111 1010001 1000011

Color Harmonies of #66EFAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66EFAC

Black with #66EFAC

Text Example


Text Example

White with #66EFAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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