#6DF8DC

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

Shades of Aquamarine #6DF8DC

Tints of Aquamarine #6DF8DC

Color information

#6DF8DC (or 0x6DF8DC) is unknown color: approx Aquamarine. HEX triplet: 6D, F8 and DC. RGB value is (109,248,220). Sum of RGB (Red+Green+Blue) = 109+248+220=577 (76% of max value = 765). Red value is 109 (42.97% from 255 or 18.89% from 577); Green value is 248 (97.27% from 255 or 42.98% from 577); Blue value is 220 (86.33% from 255 or 38.13% from 577); Max value from RGB is 248 - color contains mainly: green. Hex color #6DF8DC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DF8DC is #920723. Grayscale: #CBCBCB. Windows color (decimal): -9570084 or 14481517. OLE color: 14481517.

HSL color Cylindrical-coordinate representation of color #6DF8DC: hue angle of 167.91º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6DF8DC is Cyan = 0.56, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.03.

Color convert

RGB109248220-
CMYK0.5600.110.03
HSL167.91º90.85%70%-
HSV(B)167.91º56.05%97.25%-
XYZ52.7975.5579.51-
YUV203.25137.4560.78-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 18.89%
GREEN value IS 248 (97.27% from 255) = 42.98%
BLUE value IS 220 (86.33% from 255) = 38.13%
R=18.89%
G=42.98%
B=38.13%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1092482200.5600.110.03167.9190.8570
Hex6DF8DC380B3a85b46
Octal155370334700133250133106
Binary1101101111110001101110011100001011111010100010110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DF8DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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