Html Css Color HEX #6ADCA4 Medium Aquamarine

📋 copy color: '#6ADCA4'

red 106 ◦ green 220 ◦ blue 164

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

Shades of Medium Aquamarine #6ADCA4

Tints of Medium Aquamarine #6ADCA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 33.47%

R = 21.63%
G = 44.9%
B = 33.47%

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

#6ADCA4 (or 0x6ADCA4) is known color: Medium Aquamarine. HEX triplet: 6A, DC and A4. RGB value is (106,220,164). Sum of RGB (Red+Green+Blue) = 106+220+164=490 (64% of max value = 765). Red value is 106 (41.80% from 255 or 21.63% from 490); Green value is 220 (86.33% from 255 or 44.90% from 490); Blue value is 164 (64.45% from 255 or 33.47% from 490); Max value from RGB is 220 - color contains mainly: green. Hex color #6ADCA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ADCA4 is #95235B. Grayscale: #B3B3B3. Windows color (decimal): -9773916 or 10804330. OLE color: 10804330.

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

Color convert

RGB 106 220 164 -
CMYK 0.52 0 0.25 0.14
HSL 150.53º 0.62% 0.64% -
HSV(B) 150.53º 0.52% 0.86% -
XYZ 38.24 56.93 44.1 -
YUV 179.53 119.23 75.55 -
System Red Green Blue C M Y K H S L
Decimal 106 220 164 0.52 0 0.25 0.14 150.53 0.62 0.64
Hex 6A DC A4 34 0 19 E 97 3E 40
Octal 152 334 244 64 0 31 16 227 76 100
Binary 1101010 11011100 10100100 110100 0 11001 1110 10010111 111110 1000000

Color Harmonies of #6ADCA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ADCA4

Black with #6ADCA4

Text Example


Text Example

White with #6ADCA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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