Html Css Color HEX #66F296 Medium Aquamarine

📋 copy color: '#66F296'

red 102 ◦ green 242 ◦ blue 150

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

Shades of Medium Aquamarine #66F296

Tints of Medium Aquamarine #66F296

RGB

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

 GREEN value IS 242 (94.92% from 255) = 48.99%

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

R = 20.65%
G = 48.99%
B = 30.36%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.38

 K value IS 0.05

RGB Variations

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

Color information

#66F296 (or 0x66F296) is known color: Medium Aquamarine. HEX triplet: 66, F2 and 96. RGB value is (102,242,150). Sum of RGB (Red+Green+Blue) = 102+242+150=494 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.65% from 494); Green value is 242 (94.92% from 255 or 48.99% from 494); Blue value is 150 (58.98% from 255 or 30.36% from 494); Max value from RGB is 242 - color contains mainly: green. Hex color #66F296 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #66F296 is #990D69. Grayscale: #BDBDBD. Windows color (decimal): -10030442 or 9892454. OLE color: 9892454.

HSL color Cylindrical-coordinate representation of color #66F296: hue angle of 140.57º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #66F296 is Cyan = 0.58, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.

Color convert

RGB 102 242 150 -
CMYK 0.58 0 0.38 0.05
HSL 140.57º 0.84% 0.67% -
HSV(B) 140.57º 0.58% 0.95% -
XYZ 42.74 68.53 39.83 -
YUV 189.65 105.62 65.48 -
System Red Green Blue C M Y K H S L
Decimal 102 242 150 0.58 0 0.38 0.05 140.57 0.84 0.67
Hex 66 F2 96 3A 0 26 5 8D 54 43
Octal 146 362 226 72 0 46 5 215 124 103
Binary 1100110 11110010 10010110 111010 0 100110 101 10001101 1010100 1000011

Color Harmonies of #66F296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66F296

Black with #66F296

Text Example


Text Example

White with #66F296

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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