Html Css Color HEX #6AE8A2 Medium Aquamarine

📋 copy color: '#6AE8A2'

red 106 ◦ green 232 ◦ blue 162

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

Shades of Medium Aquamarine #6AE8A2

Tints of Medium Aquamarine #6AE8A2

RGB

 RED value IS 106 (41.8% from 255) = 21.2%

 GREEN value IS 232 (91.02% from 255) = 46.4%

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

R = 21.2%
G = 46.4%
B = 32.4%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.30

 K value IS 0.09

RGB Variations

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

Color information

#6AE8A2 (or 0x6AE8A2) is known color: Medium Aquamarine. HEX triplet: 6A, E8 and A2. RGB value is (106,232,162). Sum of RGB (Red+Green+Blue) = 106+232+162=500 (66% of max value = 765). Red value is 106 (41.80% from 255 or 21.2% from 500); Green value is 232 (91.02% from 255 or 46.4% from 500); Blue value is 162 (63.67% from 255 or 32.4% from 500); Max value from RGB is 232 - color contains mainly: green. Hex color #6AE8A2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6AE8A2 is #95175D. Grayscale: #BABABA. Windows color (decimal): -9770846 or 10676330. OLE color: 10676330.

HSL color Cylindrical-coordinate representation of color #6AE8A2: hue angle of 146.67º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6AE8A2 is Cyan = 0.54, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.09.

Color convert

RGB 106 232 162 -
CMYK 0.54 0 0.30 0.09
HSL 146.67º 0.73% 0.66% -
HSV(B) 146.67º 0.54% 0.91% -
XYZ 41.32 63.39 44.24 -
YUV 186.35 114.26 70.69 -
System Red Green Blue C M Y K H S L
Decimal 106 232 162 0.54 0 0.30 0.09 146.67 0.73 0.66
Hex 6A E8 A2 36 0 1E 9 93 49 42
Octal 152 350 242 66 0 36 11 223 111 102
Binary 1101010 11101000 10100010 110110 0 11110 1001 10010011 1001001 1000010

Color Harmonies of #6AE8A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AE8A2

Black with #6AE8A2

Text Example


Text Example

White with #6AE8A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6AE8A2; }

 p { color: rgb(106,232,162); }

 H1.HeaderClassName
 {
   color: #6AE8A2;
 }
 .AnyTagClassName
 {
   color: #6AE8A2;
 }
</style>

background-color css

<style>
 a { background-color: #6AE8A2; }

 a { background-color: rgb(106,232,162); }

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

border-color css

<style>
 span { border-color: #6AE8A2; }

 span { border-color: rgb(106,232,162); }

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