#6DDAAD

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

Shades of Medium Aquamarine #6DDAAD

Tints of Medium Aquamarine #6DDAAD

Color information

#6DDAAD (or 0x6DDAAD) is unknown color: approx Medium Aquamarine. HEX triplet: 6D, DA and AD. RGB value is (109,218,173). Sum of RGB (Red+Green+Blue) = 109+218+173=500 (66% of max value = 765). Red value is 109 (42.97% from 255 or 21.8% from 500); Green value is 218 (85.55% from 255 or 43.6% from 500); Blue value is 173 (67.97% from 255 or 34.6% from 500); Max value from RGB is 218 - color contains mainly: green. Hex color #6DDAAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DDAAD is #922552. Grayscale: #B4B4B4. Windows color (decimal): -9577811 or 11393645. OLE color: 11393645.

HSL color Cylindrical-coordinate representation of color #6DDAAD: hue angle of 155.23º 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 #6DDAAD is Cyan = 0.5, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB109218173-
CMYK0.500.210.15
HSL155.23º59.56%64.12%-
HSV(B)155.23º50%85.49%-
XYZ38.9256.4148.37-
YUV180.28123.8977.16-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 21.8%
GREEN value IS 218 (85.55% from 255) = 43.6%
BLUE value IS 173 (67.97% from 255) = 34.6%
R=21.8%
G=43.6%
B=34.6%

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
Decimal1092181730.500.210.15155.2359.5664.12
Hex6DDAAD32015F9b3c40
Octal155332255620251723374100
Binary110110111011010101011011100100101011111100110111111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DDAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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