#6DEFAF

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

Shades of Medium Aquamarine #6DEFAF

Tints of Medium Aquamarine #6DEFAF

Color information

#6DEFAF (or 0x6DEFAF) is unknown color: approx Medium Aquamarine. HEX triplet: 6D, EF and AF. RGB value is (109,239,175). Sum of RGB (Red+Green+Blue) = 109+239+175=523 (69% of max value = 765). Red value is 109 (42.97% from 255 or 20.84% from 523); Green value is 239 (93.75% from 255 or 45.70% from 523); Blue value is 175 (68.75% from 255 or 33.46% from 523); Max value from RGB is 239 - color contains mainly: green. Hex color #6DEFAF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6DEFAF is #921050. Grayscale: #C0C0C0. Windows color (decimal): -9572433 or 11530093. OLE color: 11530093.

HSL color Cylindrical-coordinate representation of color #6DEFAF: hue angle of 150.46º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6DEFAF is Cyan = 0.54, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.06.

Color convert

RGB109239175-
CMYK0.5400.270.06
HSL150.46º80.25%68.24%-
HSV(B)150.46º54.39%93.73%-
XYZ44.9168.0851.33-
YUV192.83117.9368.2-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 20.84%
GREEN value IS 239 (93.75% from 255) = 45.70%
BLUE value IS 175 (68.75% from 255) = 33.46%
R=20.84%
G=45.70%
B=33.46%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1092391750.5400.270.06150.4680.2568.24
Hex6DEFAF3601B6965044
Octal155357257660336226120104
Binary110110111101111101011111101100110111101001011010100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DEFAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,239,175); }

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

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

 a { background-color: rgb(109,239,175); }

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

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

 span { border-color: rgb(109,239,175); }

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