#6DDBAA

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

Shades of Medium Aquamarine #6DDBAA

Tints of Medium Aquamarine #6DDBAA

Color information

#6DDBAA (or 0x6DDBAA) is unknown color: approx Medium Aquamarine. HEX triplet: 6D, DB and AA. RGB value is (109,219,170). Sum of RGB (Red+Green+Blue) = 109+219+170=498 (65% of max value = 765). Red value is 109 (42.97% from 255 or 21.89% from 498); Green value is 219 (85.94% from 255 or 43.98% from 498); Blue value is 170 (66.80% from 255 or 34.14% from 498); Max value from RGB is 219 - color contains mainly: green. Hex color #6DDBAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DDBAA is #922455. Grayscale: #B4B4B4. Windows color (decimal): -9577558 or 11197293. OLE color: 11197293.

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

Color convert

RGB109219170-
CMYK0.5000.220.14
HSL153.27º60.44%64.31%-
HSV(B)153.27º50.23%85.88%-
XYZ38.8956.8246.95-
YUV180.52122.0676.98-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 21.89%
GREEN value IS 219 (85.94% from 255) = 43.98%
BLUE value IS 170 (66.80% from 255) = 34.14%
R=21.89%
G=43.98%
B=34.14%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1092191700.5000.220.14153.2760.4464.31
Hex6DDBAA32016E993c40
Octal155333252620261623174100
Binary110110111011011101010101100100101101110100110011111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DDBAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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