#6DD1B0

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

Shades of Medium Aquamarine #6DD1B0

Tints of Medium Aquamarine #6DD1B0

Color information

#6DD1B0 (or 0x6DD1B0) is unknown color: approx Medium Aquamarine. HEX triplet: 6D, D1 and B0. RGB value is (109,209,176). Sum of RGB (Red+Green+Blue) = 109+209+176=494 (65% of max value = 765). Red value is 109 (42.97% from 255 or 22.06% from 494); Green value is 209 (82.03% from 255 or 42.31% from 494); Blue value is 176 (69.14% from 255 or 35.63% from 494); Max value from RGB is 209 - color contains mainly: green. Hex color #6DD1B0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DD1B0 is #922E4F. Grayscale: #AFAFAF. Windows color (decimal): -9580112 or 11587949. OLE color: 11587949.

HSL color Cylindrical-coordinate representation of color #6DD1B0: hue angle of 160.2º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6DD1B0 is Cyan = 0.48, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.18.

Color convert

RGB109209176-
CMYK0.4800.160.18
HSL160.2º52.08%62.35%-
HSV(B)160.2º47.85%81.96%-
XYZ36.9451.9949.16-
YUV175.34128.3780.68-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 22.06%
GREEN value IS 209 (82.03% from 255) = 42.31%
BLUE value IS 176 (69.14% from 255) = 35.63%
R=22.06%
G=42.31%
B=35.63%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1092091760.4800.160.18160.252.0862.35
Hex6DD1B03001012a0343e
Octal15532126060020222406476
Binary110110111010001101100001100000100001001010100000110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DD1B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,209,176); }

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

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

 a { background-color: rgb(109,209,176); }

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

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

 span { border-color: rgb(109,209,176); }

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