#6DFAD8

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

Shades of Aquamarine #6DFAD8

Tints of Aquamarine #6DFAD8

Color information

#6DFAD8 (or 0x6DFAD8) is unknown color: approx Aquamarine. HEX triplet: 6D, FA and D8. RGB value is (109,250,216). Sum of RGB (Red+Green+Blue) = 109+250+216=575 (76% of max value = 765). Red value is 109 (42.97% from 255 or 18.96% from 575); Green value is 250 (98.05% from 255 or 43.48% from 575); Blue value is 216 (84.77% from 255 or 37.57% from 575); Max value from RGB is 250 - color contains mainly: green. Hex color #6DFAD8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DFAD8 is #920527. Grayscale: #CBCBCB. Windows color (decimal): -9569576 or 14219885. OLE color: 14219885.

HSL color Cylindrical-coordinate representation of color #6DFAD8: hue angle of 165.53º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6DFAD8 is Cyan = 0.56, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.02.

Color convert

RGB109250216-
CMYK0.5600.140.02
HSL165.53º93.38%70.39%-
HSV(B)165.53º56.4%98.04%-
XYZ52.8976.5876.96-
YUV203.96134.7960.26-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 18.96%
GREEN value IS 250 (98.05% from 255) = 43.48%
BLUE value IS 216 (84.77% from 255) = 37.57%
R=18.96%
G=43.48%
B=37.57%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1092502160.5600.140.02165.5393.3870.39
Hex6DFAD8380E2a65d46
Octal155372330700162246135106
Binary1101101111110101101100011100001110101010011010111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DFAD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,250,216); }

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

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

 a { background-color: rgb(109,250,216); }

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

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

 span { border-color: rgb(109,250,216); }

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