#6DF1DF

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

Shades of Aquamarine #6DF1DF

Tints of Aquamarine #6DF1DF

Color information

#6DF1DF (or 0x6DF1DF) is unknown color: approx Aquamarine. HEX triplet: 6D, F1 and DF. RGB value is (109,241,223). Sum of RGB (Red+Green+Blue) = 109+241+223=573 (75% of max value = 765). Red value is 109 (42.97% from 255 or 19.02% from 573); Green value is 241 (94.53% from 255 or 42.06% from 573); Blue value is 223 (87.5% from 255 or 38.92% from 573); Max value from RGB is 241 - color contains mainly: green. Hex color #6DF1DF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DF1DF is #920E20. Grayscale: #C7C7C7. Windows color (decimal): -9571873 or 14676333. OLE color: 14676333.

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

Color convert

RGB109241223-
CMYK0.5500.070.05
HSL171.82º82.5%68.63%-
HSV(B)171.82º54.77%94.51%-
XYZ51.0871.4980.92-
YUV199.48141.2763.46-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 19.02%
GREEN value IS 241 (94.53% from 255) = 42.06%
BLUE value IS 223 (87.5% from 255) = 38.92%
R=19.02%
G=42.06%
B=38.92%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1092412230.5500.070.05171.8282.568.63
Hex6DF1DF37075ac5245
Octal15536133767075254122105
Binary1101101111100011101111111011101111011010110010100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DF1DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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