#6DFBDF

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

Shades of Aquamarine #6DFBDF

Tints of Aquamarine #6DFBDF

Color information

#6DFBDF (or 0x6DFBDF) is unknown color: approx Aquamarine. HEX triplet: 6D, FB and DF. RGB value is (109,251,223). Sum of RGB (Red+Green+Blue) = 109+251+223=583 (77% of max value = 765). Red value is 109 (42.97% from 255 or 18.70% from 583); Green value is 251 (98.44% from 255 or 43.05% from 583); Blue value is 223 (87.5% from 255 or 38.25% from 583); Max value from RGB is 251 - color contains mainly: green. Hex color #6DFBDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DFBDF is #920420. Grayscale: #CDCDCD. Windows color (decimal): -9569313 or 14678893. OLE color: 14678893.

HSL color Cylindrical-coordinate representation of color #6DFBDF: hue angle of 168.17º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6DFBDF is Cyan = 0.57, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB109251223-
CMYK0.5700.110.02
HSL168.17º94.67%70.59%-
HSV(B)168.17º56.57%98.43%-
XYZ54.1277.5781.93-
YUV205.35137.9659.28-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 18.70%
GREEN value IS 251 (98.44% from 255) = 43.05%
BLUE value IS 223 (87.5% from 255) = 38.25%
R=18.70%
G=43.05%
B=38.25%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1092512230.5700.110.02168.1794.6770.59
Hex6DFBDF390B2a85f47
Octal155373337710132250137107
Binary1101101111110111101111111100101011101010100010111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DFBDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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