Html Css Color HEX #6ADCA6 Medium Aquamarine

📋 copy color: '#6ADCA6'

red 106 ◦ green 220 ◦ blue 166

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

Shades of Medium Aquamarine #6ADCA6

Tints of Medium Aquamarine #6ADCA6

RGB

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

 GREEN value IS 220 (86.33% from 255) = 44.72%

 BLUE value IS 166 (65.23% from 255) = 33.74%

R = 21.54%
G = 44.72%
B = 33.74%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.25

 K value IS 0.14

RGB Variations

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

Color information

#6ADCA6 (or 0x6ADCA6) is known color: Medium Aquamarine. HEX triplet: 6A, DC and A6. RGB value is (106,220,166). Sum of RGB (Red+Green+Blue) = 106+220+166=492 (65% of max value = 765). Red value is 106 (41.80% from 255 or 21.54% from 492); Green value is 220 (86.33% from 255 or 44.72% from 492); Blue value is 166 (65.23% from 255 or 33.74% from 492); Max value from RGB is 220 - color contains mainly: green. Hex color #6ADCA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ADCA6 is #952359. Grayscale: #B3B3B3. Windows color (decimal): -9773914 or 10935402. OLE color: 10935402.

HSL color Cylindrical-coordinate representation of color #6ADCA6: hue angle of 151.58º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6ADCA6 is Cyan = 0.52, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.

Color convert

RGB 106 220 166 -
CMYK 0.52 0 0.25 0.14
HSL 151.58º 0.62% 0.64% -
HSV(B) 151.58º 0.52% 0.86% -
XYZ 38.42 57 45.05 -
YUV 179.76 120.23 75.39 -
System Red Green Blue C M Y K H S L
Decimal 106 220 166 0.52 0 0.25 0.14 151.58 0.62 0.64
Hex 6A DC A6 34 0 19 E 98 3E 40
Octal 152 334 246 64 0 31 16 230 76 100
Binary 1101010 11011100 10100110 110100 0 11001 1110 10011000 111110 1000000

Color Harmonies of #6ADCA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ADCA6

Black with #6ADCA6

Text Example


Text Example

White with #6ADCA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,220,166); }

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

background-color css

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

 a { background-color: rgb(106,220,166); }

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

border-color css

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

 span { border-color: rgb(106,220,166); }

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