Html Css Color HEX #66F6A2 Medium Aquamarine

📋 copy color: '#66F6A2'

red 102 ◦ green 246 ◦ blue 162

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

Shades of Medium Aquamarine #66F6A2

Tints of Medium Aquamarine #66F6A2

RGB

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

 GREEN value IS 246 (96.48% from 255) = 48.24%

 BLUE value IS 162 (63.67% from 255) = 31.76%

R = 20%
G = 48.24%
B = 31.76%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.34

 K value IS 0.04

RGB Variations

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

Color information

#66F6A2 (or 0x66F6A2) is known color: Medium Aquamarine. HEX triplet: 66, F6 and A2. RGB value is (102,246,162). Sum of RGB (Red+Green+Blue) = 102+246+162=510 (67% of max value = 765). Red value is 102 (40.23% from 255 or 20% from 510); Green value is 246 (96.48% from 255 or 48.24% from 510); Blue value is 162 (63.67% from 255 or 31.76% from 510); Max value from RGB is 246 - color contains mainly: green. Hex color #66F6A2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #66F6A2 is #99095D. Grayscale: #C1C1C1. Windows color (decimal): -10029406 or 10679910. OLE color: 10679910.

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

Color convert

RGB 102 246 162 -
CMYK 0.59 0 0.34 0.04
HSL 145º 0.89% 0.68% -
HSV(B) 145º 0.59% 0.96% -
XYZ 44.96 71.34 45.58 -
YUV 193.37 110.29 62.83 -
System Red Green Blue C M Y K H S L
Decimal 102 246 162 0.59 0 0.34 0.04 145 0.89 0.68
Hex 66 F6 A2 3B 0 22 4 91 59 44
Octal 146 366 242 73 0 42 4 221 131 104
Binary 1100110 11110110 10100010 111011 0 100010 100 10010001 1011001 1000100

Color Harmonies of #66F6A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66F6A2

Black with #66F6A2

Text Example


Text Example

White with #66F6A2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,246,162); }

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

background-color css

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

 a { background-color: rgb(102,246,162); }

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

border-color css

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

 span { border-color: rgb(102,246,162); }

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