Html Css Color HEX #66FFA2 Medium Aquamarine

📋 copy color: '#66FFA2'

red 102 ◦ green 255 ◦ blue 162

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

Shades of Medium Aquamarine #66FFA2

Tints of Medium Aquamarine #66FFA2

RGB

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

 GREEN value IS 255 (100% from 255) = 49.13%

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

R = 19.65%
G = 49.13%
B = 31.21%

CMYK

 C value IS 0.6

 M value IS 0

 Y value IS 0.36

 K value IS 0

RGB Variations

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

Color information

#66FFA2 (or 0x66FFA2) is known color: Medium Aquamarine. HEX triplet: 66, FF and A2. RGB value is (102,255,162). Sum of RGB (Red+Green+Blue) = 102+255+162=519 (68% of max value = 765). Red value is 102 (40.23% from 255 or 19.65% from 519); Green value is 255 (100% from 255 or 49.13% from 519); Blue value is 162 (63.67% from 255 or 31.21% from 519); Max value from RGB is 255 - color contains mainly: green. Hex color #66FFA2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #66FFA2 is #99005D. Grayscale: #C6C6C6. Windows color (decimal): -10027102 or 10682214. OLE color: 10682214.

HSL color Cylindrical-coordinate representation of color #66FFA2: hue angle of 143.53º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #66FFA2 is Cyan = 0.6, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.

Color convert

RGB 102 255 162 -
CMYK 0.6 0 0.36 0
HSL 143.53º 1% 0.7% -
HSV(B) 143.53º 0.6% 1% -
XYZ 47.76 76.95 46.52 -
YUV 198.65 107.31 59.06 -
System Red Green Blue C M Y K H S L
Decimal 102 255 162 0.6 0 0.36 0 143.53 1 0.7
Hex 66 FF A2 3C 0 24 0 90 64 46
Octal 146 377 242 74 0 44 0 220 144 106
Binary 1100110 11111111 10100010 111100 0 100100 0 10010000 1100100 1000110

Color Harmonies of #66FFA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66FFA2

Black with #66FFA2

Text Example


Text Example

White with #66FFA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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