Html Css Color HEX #66EBA2 Medium Aquamarine

📋 copy color: '#66EBA2'

red 102 ◦ green 235 ◦ blue 162

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

Shades of Medium Aquamarine #66EBA2

Tints of Medium Aquamarine #66EBA2

RGB

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

 GREEN value IS 235 (92.19% from 255) = 47.09%

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

R = 20.44%
G = 47.09%
B = 32.46%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.31

 K value IS 0.08

RGB Variations

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

Color information

#66EBA2 (or 0x66EBA2) is known color: Medium Aquamarine. HEX triplet: 66, EB and A2. RGB value is (102,235,162). Sum of RGB (Red+Green+Blue) = 102+235+162=499 (66% of max value = 765). Red value is 102 (40.23% from 255 or 20.44% from 499); Green value is 235 (92.19% from 255 or 47.09% from 499); Blue value is 162 (63.67% from 255 or 32.46% from 499); Max value from RGB is 235 - color contains mainly: green. Hex color #66EBA2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #66EBA2 is #99145D. Grayscale: #BBBBBB. Windows color (decimal): -10032222 or 10677094. OLE color: 10677094.

HSL color Cylindrical-coordinate representation of color #66EBA2: hue angle of 147.07º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #66EBA2 is Cyan = 0.57, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.08.

Color convert

RGB 102 235 162 -
CMYK 0.57 0 0.31 0.08
HSL 147.07º 0.77% 0.66% -
HSV(B) 147.07º 0.57% 0.92% -
XYZ 41.71 64.85 44.5 -
YUV 186.91 113.94 67.44 -
System Red Green Blue C M Y K H S L
Decimal 102 235 162 0.57 0 0.31 0.08 147.07 0.77 0.66
Hex 66 EB A2 39 0 1F 8 93 4D 42
Octal 146 353 242 71 0 37 10 223 115 102
Binary 1100110 11101011 10100010 111001 0 11111 1000 10010011 1001101 1000010

Color Harmonies of #66EBA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66EBA2

Black with #66EBA2

Text Example


Text Example

White with #66EBA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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