Html Css Color HEX #6EC0A2 Medium Aquamarine

📋 copy color: '#6EC0A2'

red 110 ◦ green 192 ◦ blue 162

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

Shades of Medium Aquamarine #6EC0A2

Tints of Medium Aquamarine #6EC0A2

RGB

 RED value IS 110 (43.36% from 255) = 23.71%

 GREEN value IS 192 (75.39% from 255) = 41.38%

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

R = 23.71%
G = 41.38%
B = 34.91%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.16

 K value IS 0.25

RGB Variations

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

Color information

#6EC0A2 (or 0x6EC0A2) is known color: Medium Aquamarine. HEX triplet: 6E, C0 and A2. RGB value is (110,192,162). Sum of RGB (Red+Green+Blue) = 110+192+162=464 (61% of max value = 765). Red value is 110 (43.36% from 255 or 23.71% from 464); Green value is 192 (75.39% from 255 or 41.38% from 464); Blue value is 162 (63.67% from 255 or 34.91% from 464); Max value from RGB is 192 - color contains mainly: green. Hex color #6EC0A2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6EC0A2 is #913F5D. Grayscale: #A4A4A4. Windows color (decimal): -9518942 or 10666094. OLE color: 10666094.

HSL color Cylindrical-coordinate representation of color #6EC0A2: hue angle of 158.05º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6EC0A2 is Cyan = 0.43, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.25.

Color convert

RGB 110 192 162 -
CMYK 0.43 0 0.16 0.25
HSL 158.05º 0.39% 0.59% -
HSV(B) 158.05º 0.43% 0.75% -
XYZ 31.8 43.62 40.93 -
YUV 164.06 126.83 89.44 -
System Red Green Blue C M Y K H S L
Decimal 110 192 162 0.43 0 0.16 0.25 158.05 0.39 0.59
Hex 6E C0 A2 2B 0 10 19 9E 27 3B
Octal 156 300 242 53 0 20 31 236 47 73
Binary 1101110 11000000 10100010 101011 0 10000 11001 10011110 100111 111011

Color Harmonies of #6EC0A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EC0A2

Black with #6EC0A2

Text Example


Text Example

White with #6EC0A2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,192,162); }

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

background-color css

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

 a { background-color: rgb(110,192,162); }

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

border-color css

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

 span { border-color: rgb(110,192,162); }

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