#6DD6B0

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

Shades of Medium Aquamarine #6DD6B0

Tints of Medium Aquamarine #6DD6B0

Color information

#6DD6B0 (or 0x6DD6B0) is unknown color: approx Medium Aquamarine. HEX triplet: 6D, D6 and B0. RGB value is (109,214,176). Sum of RGB (Red+Green+Blue) = 109+214+176=499 (66% of max value = 765). Red value is 109 (42.97% from 255 or 21.84% from 499); Green value is 214 (83.98% from 255 or 42.89% from 499); Blue value is 176 (69.14% from 255 or 35.27% from 499); Max value from RGB is 214 - color contains mainly: green. Hex color #6DD6B0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DD6B0 is #92294F. Grayscale: #B2B2B2. Windows color (decimal): -9578832 or 11589229. OLE color: 11589229.

HSL color Cylindrical-coordinate representation of color #6DD6B0: hue angle of 158.29º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6DD6B0 is Cyan = 0.49, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.16.

Color convert

RGB109214176-
CMYK0.4900.180.16
HSL158.29º56.15%63.33%-
HSV(B)158.29º49.07%83.92%-
XYZ38.1954.4849.58-
YUV178.27126.7178.59-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 21.84%
GREEN value IS 214 (83.98% from 255) = 42.89%
BLUE value IS 176 (69.14% from 255) = 35.27%
R=21.84%
G=42.89%
B=35.27%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1092141760.4900.180.16158.2956.1563.33
Hex6DD6B031012109e383f
Octal15532626061022202367077
Binary110110111010110101100001100010100101000010011110111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DD6B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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