Html Css Color HEX #6ADC9C Medium Aquamarine

📋 copy color: '#6ADC9C'

red 106 ◦ green 220 ◦ blue 156

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

Shades of Medium Aquamarine #6ADC9C

Tints of Medium Aquamarine #6ADC9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 32.37%

R = 21.99%
G = 45.64%
B = 32.37%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.29

 K value IS 0.14

RGB Variations

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

Color information

#6ADC9C (or 0x6ADC9C) is known color: Medium Aquamarine. HEX triplet: 6A, DC and 9C. RGB value is (106,220,156). Sum of RGB (Red+Green+Blue) = 106+220+156=482 (63% of max value = 765). Red value is 106 (41.80% from 255 or 21.99% from 482); Green value is 220 (86.33% from 255 or 45.64% from 482); Blue value is 156 (61.33% from 255 or 32.37% from 482); Max value from RGB is 220 - color contains mainly: green. Hex color #6ADC9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ADC9C is #952363. Grayscale: #B2B2B2. Windows color (decimal): -9773924 or 10280042. OLE color: 10280042.

HSL color Cylindrical-coordinate representation of color #6ADC9C: hue angle of 146.32º 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 #6ADC9C is Cyan = 0.52, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.14.

Color convert

RGB 106 220 156 -
CMYK 0.52 0 0.29 0.14
HSL 146.32º 0.62% 0.64% -
HSV(B) 146.32º 0.52% 0.86% -
XYZ 37.54 56.65 40.41 -
YUV 178.62 115.23 76.2 -
System Red Green Blue C M Y K H S L
Decimal 106 220 156 0.52 0 0.29 0.14 146.32 0.62 0.64
Hex 6A DC 9C 34 0 1D E 92 3E 40
Octal 152 334 234 64 0 35 16 222 76 100
Binary 1101010 11011100 10011100 110100 0 11101 1110 10010010 111110 1000000

Color Harmonies of #6ADC9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ADC9C

Black with #6ADC9C

Text Example


Text Example

White with #6ADC9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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