Html Css Color HEX #66F2AA Medium Aquamarine

📋 copy color: '#66F2AA'

red 102 ◦ green 242 ◦ blue 170

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

Shades of Medium Aquamarine #66F2AA

Tints of Medium Aquamarine #66F2AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 33.07%

R = 19.84%
G = 47.08%
B = 33.07%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.30

 K value IS 0.05

RGB Variations

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

Color information

#66F2AA (or 0x66F2AA) is known color: Medium Aquamarine. HEX triplet: 66, F2 and AA. RGB value is (102,242,170). Sum of RGB (Red+Green+Blue) = 102+242+170=514 (68% of max value = 765). Red value is 102 (40.23% from 255 or 19.84% from 514); Green value is 242 (94.92% from 255 or 47.08% from 514); Blue value is 170 (66.80% from 255 or 33.07% from 514); Max value from RGB is 242 - color contains mainly: green. Hex color #66F2AA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #66F2AA is #990D55. Grayscale: #C0C0C0. Windows color (decimal): -10030422 or 11203174. OLE color: 11203174.

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

Color convert

RGB 102 242 170 -
CMYK 0.58 0 0.30 0.05
HSL 149.14º 0.84% 0.67% -
HSV(B) 149.14º 0.58% 0.95% -
XYZ 44.49 69.23 49.05 -
YUV 191.93 115.62 63.85 -
System Red Green Blue C M Y K H S L
Decimal 102 242 170 0.58 0 0.30 0.05 149.14 0.84 0.67
Hex 66 F2 AA 3A 0 1E 5 95 54 43
Octal 146 362 252 72 0 36 5 225 124 103
Binary 1100110 11110010 10101010 111010 0 11110 101 10010101 1010100 1000011

Color Harmonies of #66F2AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66F2AA

Black with #66F2AA

Text Example


Text Example

White with #66F2AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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