Html Css Color HEX #66EE96 Medium Aquamarine

📋 copy color: '#66EE96'

red 102 ◦ green 238 ◦ blue 150

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

Shades of Medium Aquamarine #66EE96

Tints of Medium Aquamarine #66EE96

RGB

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

 GREEN value IS 238 (93.36% from 255) = 48.57%

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

R = 20.82%
G = 48.57%
B = 30.61%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#66EE96 (or 0x66EE96) is known color: Medium Aquamarine. HEX triplet: 66, EE and 96. RGB value is (102,238,150). Sum of RGB (Red+Green+Blue) = 102+238+150=490 (64% of max value = 765). Red value is 102 (40.23% from 255 or 20.82% from 490); Green value is 238 (93.36% from 255 or 48.57% from 490); Blue value is 150 (58.98% from 255 or 30.61% from 490); Max value from RGB is 238 - color contains mainly: green. Hex color #66EE96 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #66EE96 is #991169. Grayscale: #BBBBBB. Windows color (decimal): -10031466 or 9891430. OLE color: 9891430.

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

Color convert

RGB 102 238 150 -
CMYK 0.57 0 0.37 0.07
HSL 141.18º 0.8% 0.67% -
HSV(B) 141.18º 0.57% 0.93% -
XYZ 41.56 66.18 39.44 -
YUV 187.3 106.94 67.16 -
System Red Green Blue C M Y K H S L
Decimal 102 238 150 0.57 0 0.37 0.07 141.18 0.8 0.67
Hex 66 EE 96 39 0 25 7 8D 50 43
Octal 146 356 226 71 0 45 7 215 120 103
Binary 1100110 11101110 10010110 111001 0 100101 111 10001101 1010000 1000011

Color Harmonies of #66EE96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66EE96

Black with #66EE96

Text Example


Text Example

White with #66EE96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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