Html Css Color HEX #66E398 Medium Aquamarine

📋 copy color: '#66E398'

red 102 ◦ green 227 ◦ blue 152

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

Shades of Medium Aquamarine #66E398

Tints of Medium Aquamarine #66E398

RGB

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

 GREEN value IS 227 (89.06% from 255) = 47.19%

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

R = 21.21%
G = 47.19%
B = 31.6%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.33

 K value IS 0.11

RGB Variations

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

Color information

#66E398 (or 0x66E398) is known color: Medium Aquamarine. HEX triplet: 66, E3 and 98. RGB value is (102,227,152). Sum of RGB (Red+Green+Blue) = 102+227+152=481 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.21% from 481); Green value is 227 (89.06% from 255 or 47.19% from 481); Blue value is 152 (59.77% from 255 or 31.60% from 481); Max value from RGB is 227 - color contains mainly: green. Hex color #66E398 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66E398 is #991C67. Grayscale: #B5B5B5. Windows color (decimal): -10034280 or 10019686. OLE color: 10019686.

HSL color Cylindrical-coordinate representation of color #66E398: hue angle of 144º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #66E398 is Cyan = 0.55, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.11.

Color convert

RGB 102 227 152 -
CMYK 0.55 0 0.33 0.11
HSL 144º 0.69% 0.65% -
HSV(B) 144º 0.55% 0.89% -
XYZ 38.62 60.03 39.26 -
YUV 181.08 111.59 71.6 -
System Red Green Blue C M Y K H S L
Decimal 102 227 152 0.55 0 0.33 0.11 144 0.69 0.65
Hex 66 E3 98 37 0 21 B 90 45 41
Octal 146 343 230 67 0 41 13 220 105 101
Binary 1100110 11100011 10011000 110111 0 100001 1011 10010000 1000101 1000001

Color Harmonies of #66E398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66E398

Black with #66E398

Text Example


Text Example

White with #66E398

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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