#6DFADC

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

Shades of Aquamarine #6DFADC

Tints of Aquamarine #6DFADC

Color information

#6DFADC (or 0x6DFADC) is unknown color: approx Aquamarine. HEX triplet: 6D, FA and DC. RGB value is (109,250,220). Sum of RGB (Red+Green+Blue) = 109+250+220=579 (76% of max value = 765). Red value is 109 (42.97% from 255 or 18.83% from 579); Green value is 250 (98.05% from 255 or 43.18% from 579); Blue value is 220 (86.33% from 255 or 38.00% from 579); Max value from RGB is 250 - color contains mainly: green. Hex color #6DFADC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DFADC is #920523. Grayscale: #CCCCCC. Windows color (decimal): -9569572 or 14482029. OLE color: 14482029.

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

Color convert

RGB109250220-
CMYK0.5600.120.02
HSL167.23º93.38%70.39%-
HSV(B)167.23º56.4%98.04%-
XYZ53.4176.7979.72-
YUV204.42136.7959.94-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 18.83%
GREEN value IS 250 (98.05% from 255) = 43.18%
BLUE value IS 220 (86.33% from 255) = 38.00%
R=18.83%
G=43.18%
B=38.00%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1092502200.5600.120.02167.2393.3870.39
Hex6DFADC380C2a75d46
Octal155372334700142247135106
Binary1101101111110101101110011100001100101010011110111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DFADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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