#6DFBCD

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

Shades of Aquamarine #6DFBCD

Tints of Aquamarine #6DFBCD

Color information

#6DFBCD (or 0x6DFBCD) is unknown color: approx Aquamarine. HEX triplet: 6D, FB and CD. RGB value is (109,251,205). Sum of RGB (Red+Green+Blue) = 109+251+205=565 (74% of max value = 765). Red value is 109 (42.97% from 255 or 19.29% from 565); Green value is 251 (98.44% from 255 or 44.42% from 565); Blue value is 205 (80.47% from 255 or 36.28% from 565); Max value from RGB is 251 - color contains mainly: green. Hex color #6DFBCD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DFBCD is #920432. Grayscale: #CBCBCB. Windows color (decimal): -9569331 or 13499245. OLE color: 13499245.

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

Color convert

RGB109251205-
CMYK0.5700.180.02
HSL160.56º94.67%70.59%-
HSV(B)160.56º56.57%98.43%-
XYZ51.8276.6569.82-
YUV203.3128.9660.74-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 19.29%
GREEN value IS 251 (98.44% from 255) = 44.42%
BLUE value IS 205 (80.47% from 255) = 36.28%
R=19.29%
G=44.42%
B=36.28%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1092512050.5700.180.02160.5694.6770.59
Hex6DFBCD390122a15f47
Octal155373315710222241137107
Binary11011011111101111001101111001010010101010000110111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DFBCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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