Html Css Color HEX #66EC96 Medium Aquamarine

📋 copy color: '#66EC96'

red 102 ◦ green 236 ◦ blue 150

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

Shades of Medium Aquamarine #66EC96

Tints of Medium Aquamarine #66EC96

RGB

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

 GREEN value IS 236 (92.58% from 255) = 48.36%

 BLUE value IS 150 (58.98% from 255) = 30.74%

R = 20.9%
G = 48.36%
B = 30.74%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.36

 K value IS 0.07

RGB Variations

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

Color information

#66EC96 (or 0x66EC96) is known color: Medium Aquamarine. HEX triplet: 66, EC and 96. RGB value is (102,236,150). Sum of RGB (Red+Green+Blue) = 102+236+150=488 (64% of max value = 765). Red value is 102 (40.23% from 255 or 20.90% from 488); Green value is 236 (92.58% from 255 or 48.36% from 488); Blue value is 150 (58.98% from 255 or 30.74% from 488); Max value from RGB is 236 - color contains mainly: green. Hex color #66EC96 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #66EC96 is #991369. Grayscale: #BABABA. Windows color (decimal): -10031978 or 9890918. OLE color: 9890918.

HSL color Cylindrical-coordinate representation of color #66EC96: hue angle of 141.49º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #66EC96 is Cyan = 0.57, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.07.

Color convert

RGB 102 236 150 -
CMYK 0.57 0 0.36 0.07
HSL 141.49º 0.78% 0.66% -
HSV(B) 141.49º 0.57% 0.93% -
XYZ 40.98 65.02 39.24 -
YUV 186.13 107.61 67.99 -
System Red Green Blue C M Y K H S L
Decimal 102 236 150 0.57 0 0.36 0.07 141.49 0.78 0.66
Hex 66 EC 96 39 0 24 7 8D 4E 42
Octal 146 354 226 71 0 44 7 215 116 102
Binary 1100110 11101100 10010110 111001 0 100100 111 10001101 1001110 1000010

Color Harmonies of #66EC96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66EC96

Black with #66EC96

Text Example


Text Example

White with #66EC96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,236,150); }

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

background-color css

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

 a { background-color: rgb(102,236,150); }

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

border-color css

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

 span { border-color: rgb(102,236,150); }

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