#6DF1DC

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

Shades of Aquamarine #6DF1DC

Tints of Aquamarine #6DF1DC

Color information

#6DF1DC (or 0x6DF1DC) is unknown color: approx Aquamarine. HEX triplet: 6D, F1 and DC. RGB value is (109,241,220). Sum of RGB (Red+Green+Blue) = 109+241+220=570 (75% of max value = 765). Red value is 109 (42.97% from 255 or 19.12% from 570); Green value is 241 (94.53% from 255 or 42.28% from 570); Blue value is 220 (86.33% from 255 or 38.60% from 570); Max value from RGB is 241 - color contains mainly: green. Hex color #6DF1DC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DF1DC is #920E23. Grayscale: #C7C7C7. Windows color (decimal): -9571876 or 14479725. OLE color: 14479725.

HSL color Cylindrical-coordinate representation of color #6DF1DC: hue angle of 170.45º degrees, saturation: 0.82, 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 #6DF1DC is Cyan = 0.55, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB109241220-
CMYK0.5500.090.05
HSL170.45º82.5%68.63%-
HSV(B)170.45º54.77%94.51%-
XYZ50.6871.3378.81-
YUV199.14139.7763.71-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 19.12%
GREEN value IS 241 (94.53% from 255) = 42.28%
BLUE value IS 220 (86.33% from 255) = 38.60%
R=19.12%
G=42.28%
B=38.60%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1092412200.5500.090.05170.4582.568.63
Hex6DF1DC37095aa5245
Octal155361334670115252122105
Binary11011011111000111011100110111010011011010101010100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DF1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,241,220); }

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

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

 a { background-color: rgb(109,241,220); }

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

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

 span { border-color: rgb(109,241,220); }

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