#6DDBA3

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

Shades of Medium Aquamarine #6DDBA3

Tints of Medium Aquamarine #6DDBA3

Color information

#6DDBA3 (or 0x6DDBA3) is unknown color: approx Medium Aquamarine. HEX triplet: 6D, DB and A3. RGB value is (109,219,163). Sum of RGB (Red+Green+Blue) = 109+219+163=491 (65% of max value = 765). Red value is 109 (42.97% from 255 or 22.20% from 491); Green value is 219 (85.94% from 255 or 44.60% from 491); Blue value is 163 (64.06% from 255 or 33.20% from 491); Max value from RGB is 219 - color contains mainly: green. Hex color #6DDBA3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DDBA3 is #92245C. Grayscale: #B3B3B3. Windows color (decimal): -9577565 or 10738541. OLE color: 10738541.

HSL color Cylindrical-coordinate representation of color #6DDBA3: hue angle of 149.45º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6DDBA3 is Cyan = 0.50, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.14.

Color convert

RGB109219163-
CMYK0.5000.260.14
HSL149.45º60.44%64.31%-
HSV(B)149.45º50.23%85.88%-
XYZ38.2556.5643.55-
YUV179.73118.5677.55-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 22.20%
GREEN value IS 219 (85.94% from 255) = 44.60%
BLUE value IS 163 (64.06% from 255) = 33.20%
R=22.20%
G=44.60%
B=33.20%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1092191630.5000.260.14149.4560.4464.31
Hex6DDBA33201AE953c40
Octal155333243620321622574100
Binary110110111011011101000111100100110101110100101011111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DDBA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,219,163); }

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

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

 a { background-color: rgb(109,219,163); }

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

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

 span { border-color: rgb(109,219,163); }

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