Html Css Color HEX #66F497 Medium Aquamarine

📋 copy color: '#66F497'

red 102 ◦ green 244 ◦ blue 151

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

Shades of Medium Aquamarine #66F497

Tints of Medium Aquamarine #66F497

RGB

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

 GREEN value IS 244 (95.7% from 255) = 49.09%

 BLUE value IS 151 (59.38% from 255) = 30.38%

R = 20.52%
G = 49.09%
B = 30.38%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.38

 K value IS 0.04

RGB Variations

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

Color information

#66F497 (or 0x66F497) is known color: Medium Aquamarine. HEX triplet: 66, F4 and 97. RGB value is (102,244,151). Sum of RGB (Red+Green+Blue) = 102+244+151=497 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.52% from 497); Green value is 244 (95.70% from 255 or 49.09% from 497); Blue value is 151 (59.38% from 255 or 30.38% from 497); Max value from RGB is 244 - color contains mainly: green. Hex color #66F497 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #66F497 is #990B68. Grayscale: #BFBFBF. Windows color (decimal): -10029929 or 9958502. OLE color: 9958502.

HSL color Cylindrical-coordinate representation of color #66F497: hue angle of 140.7º degrees, saturation: 0.87, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #66F497 is Cyan = 0.58, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.04.

Color convert

RGB 102 244 151 -
CMYK 0.58 0 0.38 0.04
HSL 140.7º 0.87% 0.68% -
HSV(B) 140.7º 0.58% 0.96% -
XYZ 43.42 69.76 40.46 -
YUV 190.94 105.46 64.56 -
System Red Green Blue C M Y K H S L
Decimal 102 244 151 0.58 0 0.38 0.04 140.7 0.87 0.68
Hex 66 F4 97 3A 0 26 4 8D 57 44
Octal 146 364 227 72 0 46 4 215 127 104
Binary 1100110 11110100 10010111 111010 0 100110 100 10001101 1010111 1000100

Color Harmonies of #66F497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66F497

Black with #66F497

Text Example


Text Example

White with #66F497

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,244,151); }

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

background-color css

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

 a { background-color: rgb(102,244,151); }

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

border-color css

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

 span { border-color: rgb(102,244,151); }

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