#6DD8AB

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

Shades of Medium Aquamarine #6DD8AB

Tints of Medium Aquamarine #6DD8AB

Color information

#6DD8AB (or 0x6DD8AB) is unknown color: approx Medium Aquamarine. HEX triplet: 6D, D8 and AB. RGB value is (109,216,171). Sum of RGB (Red+Green+Blue) = 109+216+171=496 (65% of max value = 765). Red value is 109 (42.97% from 255 or 21.98% from 496); Green value is 216 (84.77% from 255 or 43.55% from 496); Blue value is 171 (67.19% from 255 or 34.48% from 496); Max value from RGB is 216 - color contains mainly: green. Hex color #6DD8AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DD8AB is #922754. Grayscale: #B2B2B2. Windows color (decimal): -9578325 or 11262061. OLE color: 11262061.

HSL color Cylindrical-coordinate representation of color #6DD8AB: hue angle of 154.77º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6DD8AB is Cyan = 0.50, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB109216171-
CMYK0.5000.210.15
HSL154.77º57.84%63.73%-
HSV(B)154.77º49.54%84.71%-
XYZ38.2155.347.19-
YUV178.88123.5578.16-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 21.98%
GREEN value IS 216 (84.77% from 255) = 43.55%
BLUE value IS 171 (67.19% from 255) = 34.48%
R=21.98%
G=43.55%
B=34.48%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1092161710.5000.210.15154.7757.8463.73
Hex6DD8AB32015F9b3a40
Octal155330253620251723372100
Binary110110111011000101010111100100101011111100110111110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DD8AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,216,171); }

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

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

 a { background-color: rgb(109,216,171); }

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

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

 span { border-color: rgb(109,216,171); }

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