#6DDAAC

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

Shades of Medium Aquamarine #6DDAAC

Tints of Medium Aquamarine #6DDAAC

Color information

#6DDAAC (or 0x6DDAAC) is unknown color: approx Medium Aquamarine. HEX triplet: 6D, DA and AC. RGB value is (109,218,172). Sum of RGB (Red+Green+Blue) = 109+218+172=499 (66% of max value = 765). Red value is 109 (42.97% from 255 or 21.84% from 499); Green value is 218 (85.55% from 255 or 43.69% from 499); Blue value is 172 (67.58% from 255 or 34.47% from 499); Max value from RGB is 218 - color contains mainly: green. Hex color #6DDAAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DDAAC is #922553. Grayscale: #B4B4B4. Windows color (decimal): -9577812 or 11328109. OLE color: 11328109.

HSL color Cylindrical-coordinate representation of color #6DDAAC: hue angle of 154.68º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6DDAAC is Cyan = 0.5, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB109218172-
CMYK0.500.210.15
HSL154.68º59.56%64.12%-
HSV(B)154.68º50%85.49%-
XYZ38.8256.3747.86-
YUV180.16123.3977.24-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 21.84%
GREEN value IS 218 (85.55% from 255) = 43.69%
BLUE value IS 172 (67.58% from 255) = 34.47%
R=21.84%
G=43.69%
B=34.47%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1092181720.500.210.15154.6859.5664.12
Hex6DDAAC32015F9b3c40
Octal155332254620251723374100
Binary110110111011010101011001100100101011111100110111111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DDAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,218,172); }

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

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

 a { background-color: rgb(109,218,172); }

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

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

 span { border-color: rgb(109,218,172); }

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