#6DFAD0

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

Shades of Aquamarine #6DFAD0

Tints of Aquamarine #6DFAD0

Color information

#6DFAD0 (or 0x6DFAD0) is unknown color: approx Aquamarine. HEX triplet: 6D, FA and D0. RGB value is (109,250,208). Sum of RGB (Red+Green+Blue) = 109+250+208=567 (75% of max value = 765). Red value is 109 (42.97% from 255 or 19.22% from 567); Green value is 250 (98.05% from 255 or 44.09% from 567); Blue value is 208 (81.64% from 255 or 36.68% from 567); Max value from RGB is 250 - color contains mainly: green. Hex color #6DFAD0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DFAD0 is #92052F. Grayscale: #CBCBCB. Windows color (decimal): -9569584 or 13695597. OLE color: 13695597.

HSL color Cylindrical-coordinate representation of color #6DFAD0: hue angle of 162.13º 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 #6DFAD0 is Cyan = 0.56, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.02.

Color convert

RGB109250208-
CMYK0.5600.170.02
HSL162.13º93.38%70.39%-
HSV(B)162.13º56.4%98.04%-
XYZ51.8876.1871.64-
YUV203.05130.7960.92-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 19.22%
GREEN value IS 250 (98.05% from 255) = 44.09%
BLUE value IS 208 (81.64% from 255) = 36.68%
R=19.22%
G=44.09%
B=36.68%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1092502080.5600.170.02162.1393.3870.39
Hex6DFAD0380112a25d46
Octal155372320700212242135106
Binary11011011111101011010000111000010001101010001010111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DFAD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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