Html Css Color HEX #66F29F Medium Aquamarine

📋 copy color: '#66F29F'

red 102 ◦ green 242 ◦ blue 159

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

Shades of Medium Aquamarine #66F29F

Tints of Medium Aquamarine #66F29F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 31.61%

R = 20.28%
G = 48.11%
B = 31.61%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.34

 K value IS 0.05

RGB Variations

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

Color information

#66F29F (or 0x66F29F) is known color: Medium Aquamarine. HEX triplet: 66, F2 and 9F. RGB value is (102,242,159). Sum of RGB (Red+Green+Blue) = 102+242+159=503 (66% of max value = 765). Red value is 102 (40.23% from 255 or 20.28% from 503); Green value is 242 (94.92% from 255 or 48.11% from 503); Blue value is 159 (62.5% from 255 or 31.61% from 503); Max value from RGB is 242 - color contains mainly: green. Hex color #66F29F is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #66F29F is #990D60. Grayscale: #BEBEBE. Windows color (decimal): -10030433 or 10482278. OLE color: 10482278.

HSL color Cylindrical-coordinate representation of color #66F29F: hue angle of 144.43º 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 #66F29F is Cyan = 0.58, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.05.

Color convert

RGB 102 242 159 -
CMYK 0.58 0 0.34 0.05
HSL 144.43º 0.84% 0.67% -
HSV(B) 144.43º 0.58% 0.95% -
XYZ 43.49 68.83 43.79 -
YUV 190.68 110.12 64.75 -
System Red Green Blue C M Y K H S L
Decimal 102 242 159 0.58 0 0.34 0.05 144.43 0.84 0.67
Hex 66 F2 9F 3A 0 22 5 90 54 43
Octal 146 362 237 72 0 42 5 220 124 103
Binary 1100110 11110010 10011111 111010 0 100010 101 10010000 1010100 1000011

Color Harmonies of #66F29F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66F29F

Black with #66F29F

Text Example


Text Example

White with #66F29F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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