Html Css Color HEX #66EC98 Medium Aquamarine

📋 copy color: '#66EC98'

red 102 ◦ green 236 ◦ blue 152

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

Shades of Medium Aquamarine #66EC98

Tints of Medium Aquamarine #66EC98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 31.02%

R = 20.82%
G = 48.16%
B = 31.02%

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

#66EC98 (or 0x66EC98) is known color: Medium Aquamarine. HEX triplet: 66, EC and 98. RGB value is (102,236,152). Sum of RGB (Red+Green+Blue) = 102+236+152=490 (64% of max value = 765). Red value is 102 (40.23% from 255 or 20.82% from 490); Green value is 236 (92.58% from 255 or 48.16% from 490); Blue value is 152 (59.77% from 255 or 31.02% from 490); Max value from RGB is 236 - color contains mainly: green. Hex color #66EC98 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #66EC98 is #991367. Grayscale: #BABABA. Windows color (decimal): -10031976 or 10021990. OLE color: 10021990.

HSL color Cylindrical-coordinate representation of color #66EC98: hue angle of 142.39º 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 #66EC98 is Cyan = 0.57, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.07.

Color convert

RGB 102 236 152 -
CMYK 0.57 0 0.36 0.07
HSL 142.39º 0.78% 0.66% -
HSV(B) 142.39º 0.57% 0.93% -
XYZ 41.14 65.08 40.1 -
YUV 186.36 108.61 67.83 -
System Red Green Blue C M Y K H S L
Decimal 102 236 152 0.57 0 0.36 0.07 142.39 0.78 0.66
Hex 66 EC 98 39 0 24 7 8E 4E 42
Octal 146 354 230 71 0 44 7 216 116 102
Binary 1100110 11101100 10011000 111001 0 100100 111 10001110 1001110 1000010

Color Harmonies of #66EC98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66EC98

Black with #66EC98

Text Example


Text Example

White with #66EC98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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