#6DFFBD

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

Shades of Aquamarine #6DFFBD

Tints of Aquamarine #6DFFBD

Color information

#6DFFBD (or 0x6DFFBD) is unknown color: approx Aquamarine. HEX triplet: 6D, FF and BD. RGB value is (109,255,189). Sum of RGB (Red+Green+Blue) = 109+255+189=553 (73% of max value = 765). Red value is 109 (42.97% from 255 or 19.71% from 553); Green value is 255 (100% from 255 or 46.11% from 553); Blue value is 189 (74.22% from 255 or 34.18% from 553); Max value from RGB is 255 - color contains mainly: green. Hex color #6DFFBD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DFFBD is #920042. Grayscale: #CBCBCB. Windows color (decimal): -9568323 or 12451693. OLE color: 12451693.

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

Color convert

RGB109255189-
CMYK0.5700.260
HSL152.88º100%71.37%-
HSV(B)152.88º57.25%100%-
XYZ51.2578.4560.58-
YUV203.82119.6360.37-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 19.71%
GREEN value IS 255 (100% from 255) = 46.11%
BLUE value IS 189 (74.22% from 255) = 34.18%
R=19.71%
G=46.11%
B=34.18%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1092551890.5700.260152.8810071.37
Hex6DFFBD3901A0996447
Octal155377275710320231144107
Binary1101101111111111011110111100101101001001100111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DFFBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,255,189); }

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

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

 a { background-color: rgb(109,255,189); }

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

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

 span { border-color: rgb(109,255,189); }

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