#6DDBAF

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

Shades of Medium Aquamarine #6DDBAF

Tints of Medium Aquamarine #6DDBAF

Color information

#6DDBAF (or 0x6DDBAF) is unknown color: approx Medium Aquamarine. HEX triplet: 6D, DB and AF. RGB value is (109,219,175). Sum of RGB (Red+Green+Blue) = 109+219+175=503 (66% of max value = 765). Red value is 109 (42.97% from 255 or 21.67% from 503); Green value is 219 (85.94% from 255 or 43.54% from 503); Blue value is 175 (68.75% from 255 or 34.79% from 503); Max value from RGB is 219 - color contains mainly: green. Hex color #6DDBAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DDBAF is #922450. Grayscale: #B5B5B5. Windows color (decimal): -9577553 or 11524973. OLE color: 11524973.

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

Color convert

RGB109219175-
CMYK0.5000.200.14
HSL156º60.44%64.31%-
HSV(B)156º50.23%85.88%-
XYZ39.3857.0149.49-
YUV181.09124.5676.58-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 21.67%
GREEN value IS 219 (85.94% from 255) = 43.54%
BLUE value IS 175 (68.75% from 255) = 34.79%
R=21.67%
G=43.54%
B=34.79%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1092191750.5000.200.1415660.4464.31
Hex6DDBAF32014E9c3c40
Octal155333257620241623474100
Binary110110111011011101011111100100101001110100111001111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DDBAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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