#6DD1B2

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

Shades of Medium Aquamarine #6DD1B2

Tints of Medium Aquamarine #6DD1B2

Color information

#6DD1B2 (or 0x6DD1B2) is unknown color: approx Medium Aquamarine. HEX triplet: 6D, D1 and B2. RGB value is (109,209,178). Sum of RGB (Red+Green+Blue) = 109+209+178=496 (65% of max value = 765). Red value is 109 (42.97% from 255 or 21.98% from 496); Green value is 209 (82.03% from 255 or 42.14% from 496); Blue value is 178 (69.92% from 255 or 35.89% from 496); Max value from RGB is 209 - color contains mainly: green. Hex color #6DD1B2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DD1B2 is #922E4D. Grayscale: #AFAFAF. Windows color (decimal): -9580110 or 11719021. OLE color: 11719021.

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

Color convert

RGB109209178-
CMYK0.4800.150.18
HSL161.4º52.08%62.35%-
HSV(B)161.4º47.85%81.96%-
XYZ37.1452.0750.21-
YUV175.57129.3780.52-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 21.98%
GREEN value IS 209 (82.03% from 255) = 42.14%
BLUE value IS 178 (69.92% from 255) = 35.89%
R=21.98%
G=42.14%
B=35.89%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1092091780.4800.150.18161.452.0862.35
Hex6DD1B2300F12a1343e
Octal15532126260017222416476
Binary11011011101000110110010110000011111001010100001110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DD1B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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