#6ADCA5

Color #6ADCA5 Medium Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Aquamarine #6ADCA5

Tints of Medium Aquamarine #6ADCA5

Color information

#6ADCA5 (or 0x6ADCA5) is unknown color: approx Medium Aquamarine. HEX triplet: 6A, DC and A5. RGB value is (106,220,165). Sum of RGB (Red+Green+Blue) = 106+220+165=491 (65% of max value = 765). Red value is 106 (41.80% from 255 or 21.59% from 491); Green value is 220 (86.33% from 255 or 44.81% from 491); Blue value is 165 (64.84% from 255 or 33.60% from 491); Max value from RGB is 220 - color contains mainly: green. Hex color #6ADCA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ADCA5 is #95235A. Grayscale: #B3B3B3. Windows color (decimal): -9773915 or 10869866. OLE color: 10869866.

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

Color convert

RGB106220165-
CMYK0.5200.250.14
HSL151.05º61.96%63.92%-
HSV(B)151.05º51.82%86.27%-
XYZ38.3356.9744.57-
YUV179.64119.7375.47-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 21.59%
GREEN value IS 220 (86.33% from 255) = 44.81%
BLUE value IS 165 (64.84% from 255) = 33.60%
R=21.59%
G=44.81%
B=33.60%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1062201650.5200.250.14151.0561.9663.92
Hex6ADCA534019E973e40
Octal152334245640311622776100
Binary110101011011100101001011101000110011110100101111111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ADCA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6ADCA5;
 }
 .AnyTagClassName
 {
   color: #6ADCA5;
 }
</style>
background-color css

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

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

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

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

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

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