#6DF1DA

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

Shades of Aquamarine #6DF1DA

Tints of Aquamarine #6DF1DA

Color information

#6DF1DA (or 0x6DF1DA) is unknown color: approx Aquamarine. HEX triplet: 6D, F1 and DA. RGB value is (109,241,218). Sum of RGB (Red+Green+Blue) = 109+241+218=568 (75% of max value = 765). Red value is 109 (42.97% from 255 or 19.19% from 568); Green value is 241 (94.53% from 255 or 42.43% from 568); Blue value is 218 (85.55% from 255 or 38.38% from 568); Max value from RGB is 241 - color contains mainly: green. Hex color #6DF1DA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DF1DA is #920E25. Grayscale: #C6C6C6. Windows color (decimal): -9571878 or 14348653. OLE color: 14348653.

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

Color convert

RGB109241218-
CMYK0.5500.100.05
HSL169.55º82.5%68.63%-
HSV(B)169.55º54.77%94.51%-
XYZ50.4271.2277.42-
YUV198.91138.7763.87-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 19.19%
GREEN value IS 241 (94.53% from 255) = 42.43%
BLUE value IS 218 (85.55% from 255) = 38.38%
R=19.19%
G=42.43%
B=38.38%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1092412180.5500.100.05169.5582.568.63
Hex6DF1DA370A5aa5245
Octal155361332670125252122105
Binary11011011111000111011010110111010101011010101010100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DF1DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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