Html Css Color HEX #66F2A3 Medium Aquamarine

📋 copy color: '#66F2A3'

red 102 ◦ green 242 ◦ blue 163

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

Shades of Medium Aquamarine #66F2A3

Tints of Medium Aquamarine #66F2A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 32.15%

R = 20.12%
G = 47.73%
B = 32.15%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.33

 K value IS 0.05

RGB Variations

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

Color information

#66F2A3 (or 0x66F2A3) is known color: Medium Aquamarine. HEX triplet: 66, F2 and A3. RGB value is (102,242,163). Sum of RGB (Red+Green+Blue) = 102+242+163=507 (67% of max value = 765). Red value is 102 (40.23% from 255 or 20.12% from 507); Green value is 242 (94.92% from 255 or 47.73% from 507); Blue value is 163 (64.06% from 255 or 32.15% from 507); Max value from RGB is 242 - color contains mainly: green. Hex color #66F2A3 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #66F2A3 is #990D5C. Grayscale: #BFBFBF. Windows color (decimal): -10030429 or 10744422. OLE color: 10744422.

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

Color convert

RGB 102 242 163 -
CMYK 0.58 0 0.33 0.05
HSL 146.14º 0.84% 0.67% -
HSV(B) 146.14º 0.58% 0.95% -
XYZ 43.84 68.97 45.65 -
YUV 191.13 112.12 64.42 -
System Red Green Blue C M Y K H S L
Decimal 102 242 163 0.58 0 0.33 0.05 146.14 0.84 0.67
Hex 66 F2 A3 3A 0 21 5 92 54 43
Octal 146 362 243 72 0 41 5 222 124 103
Binary 1100110 11110010 10100011 111010 0 100001 101 10010010 1010100 1000011

Color Harmonies of #66F2A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66F2A3

Black with #66F2A3

Text Example


Text Example

White with #66F2A3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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