Html Css Color HEX #66F0A2 Medium Aquamarine

📋 copy color: '#66F0A2'

red 102 ◦ green 240 ◦ blue 162

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

Shades of Medium Aquamarine #66F0A2

Tints of Medium Aquamarine #66F0A2

RGB

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

 GREEN value IS 240 (94.14% from 255) = 47.62%

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

R = 20.24%
G = 47.62%
B = 32.14%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.32

 K value IS 0.06

RGB Variations

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

Color information

#66F0A2 (or 0x66F0A2) is known color: Medium Aquamarine. HEX triplet: 66, F0 and A2. RGB value is (102,240,162). Sum of RGB (Red+Green+Blue) = 102+240+162=504 (66% of max value = 765). Red value is 102 (40.23% from 255 or 20.24% from 504); Green value is 240 (94.14% from 255 or 47.62% from 504); Blue value is 162 (63.67% from 255 or 32.14% from 504); Max value from RGB is 240 - color contains mainly: green. Hex color #66F0A2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #66F0A2 is #990F5D. Grayscale: #BEBEBE. Windows color (decimal): -10030942 or 10678374. OLE color: 10678374.

HSL color Cylindrical-coordinate representation of color #66F0A2: hue angle of 146.09º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #66F0A2 is Cyan = 0.58, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.06.

Color convert

RGB 102 240 162 -
CMYK 0.58 0 0.32 0.06
HSL 146.09º 0.82% 0.67% -
HSV(B) 146.09º 0.58% 0.94% -
XYZ 43.16 67.75 44.99 -
YUV 189.85 112.28 65.34 -
System Red Green Blue C M Y K H S L
Decimal 102 240 162 0.58 0 0.32 0.06 146.09 0.82 0.67
Hex 66 F0 A2 3A 0 20 6 92 52 43
Octal 146 360 242 72 0 40 6 222 122 103
Binary 1100110 11110000 10100010 111010 0 100000 110 10010010 1010010 1000011

Color Harmonies of #66F0A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66F0A2

Black with #66F0A2

Text Example


Text Example

White with #66F0A2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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