#6DDDB4

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

Shades of Medium Aquamarine #6DDDB4

Tints of Medium Aquamarine #6DDDB4

Color information

#6DDDB4 (or 0x6DDDB4) is unknown color: approx Medium Aquamarine. HEX triplet: 6D, DD and B4. RGB value is (109,221,180). Sum of RGB (Red+Green+Blue) = 109+221+180=510 (67% of max value = 765). Red value is 109 (42.97% from 255 or 21.37% from 510); Green value is 221 (86.72% from 255 or 43.33% from 510); Blue value is 180 (70.70% from 255 or 35.29% from 510); Max value from RGB is 221 - color contains mainly: green. Hex color #6DDDB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DDDB4 is #92224B. Grayscale: #B6B6B6. Windows color (decimal): -9577036 or 11853165. OLE color: 11853165.

HSL color Cylindrical-coordinate representation of color #6DDDB4: hue angle of 158.04º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6DDDB4 is Cyan = 0.51, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.

Color convert

RGB109221180-
CMYK0.5100.190.13
HSL158.04º62.22%64.71%-
HSV(B)158.04º50.68%86.67%-
XYZ40.458.2652.3-
YUV182.84126.3975.33-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 21.37%
GREEN value IS 221 (86.72% from 255) = 43.33%
BLUE value IS 180 (70.70% from 255) = 35.29%
R=21.37%
G=43.33%
B=35.29%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1092211800.5100.190.13158.0462.2264.71
Hex6DDDB433013D9e3e41
Octal155335264630231523676101
Binary110110111011101101101001100110100111101100111101111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DDDB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,221,180); }

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

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

 a { background-color: rgb(109,221,180); }

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

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

 span { border-color: rgb(109,221,180); }

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