#6DD1B1

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

Shades of Medium Aquamarine #6DD1B1

Tints of Medium Aquamarine #6DD1B1

Color information

#6DD1B1 (or 0x6DD1B1) is unknown color: approx Medium Aquamarine. HEX triplet: 6D, D1 and B1. RGB value is (109,209,177). Sum of RGB (Red+Green+Blue) = 109+209+177=495 (65% of max value = 765). Red value is 109 (42.97% from 255 or 22.02% from 495); Green value is 209 (82.03% from 255 or 42.22% from 495); Blue value is 177 (69.53% from 255 or 35.76% from 495); Max value from RGB is 209 - color contains mainly: green. Hex color #6DD1B1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DD1B1 is #922E4E. Grayscale: #AFAFAF. Windows color (decimal): -9580111 or 11653485. OLE color: 11653485.

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

Color convert

RGB109209177-
CMYK0.4800.150.18
HSL160.8º52.08%62.35%-
HSV(B)160.8º47.85%81.96%-
XYZ37.0452.0349.68-
YUV175.45128.8780.6-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 22.02%
GREEN value IS 209 (82.03% from 255) = 42.22%
BLUE value IS 177 (69.53% from 255) = 35.76%
R=22.02%
G=42.22%
B=35.76%

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
Decimal1092091770.4800.150.18160.852.0862.35
Hex6DD1B1300F12a1343e
Octal15532126160017222416476
Binary11011011101000110110001110000011111001010100001110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DD1B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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