#6DF2CD

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

Shades of Aquamarine #6DF2CD

Tints of Aquamarine #6DF2CD

Color information

#6DF2CD (or 0x6DF2CD) is unknown color: approx Aquamarine. HEX triplet: 6D, F2 and CD. RGB value is (109,242,205). Sum of RGB (Red+Green+Blue) = 109+242+205=556 (73% of max value = 765). Red value is 109 (42.97% from 255 or 19.60% from 556); Green value is 242 (94.92% from 255 or 43.53% from 556); Blue value is 205 (80.47% from 255 or 36.87% from 556); Max value from RGB is 242 - color contains mainly: green. Hex color #6DF2CD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DF2CD is #920D32. Grayscale: #C6C6C6. Windows color (decimal): -9571635 or 13496941. OLE color: 13496941.

HSL color Cylindrical-coordinate representation of color #6DF2CD: hue angle of 163.31º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6DF2CD is Cyan = 0.55, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB109242205-
CMYK0.5500.150.05
HSL163.31º83.65%68.82%-
HSV(B)163.31º54.96%94.9%-
XYZ49.0871.1668.91-
YUV198.02131.9464.51-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 19.60%
GREEN value IS 242 (94.92% from 255) = 43.53%
BLUE value IS 205 (80.47% from 255) = 36.87%
R=19.60%
G=43.53%
B=36.87%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1092422050.5500.150.05163.3183.6568.82
Hex6DF2CD370F5a35445
Octal155362315670175243124105
Binary11011011111001011001101110111011111011010001110101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DF2CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,242,205); }

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

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

 a { background-color: rgb(109,242,205); }

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

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

 span { border-color: rgb(109,242,205); }

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