#6DEAAF

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

Shades of Medium Aquamarine #6DEAAF

Tints of Medium Aquamarine #6DEAAF

Color information

#6DEAAF (or 0x6DEAAF) is unknown color: approx Medium Aquamarine. HEX triplet: 6D, EA and AF. RGB value is (109,234,175). Sum of RGB (Red+Green+Blue) = 109+234+175=518 (68% of max value = 765). Red value is 109 (42.97% from 255 or 21.04% from 518); Green value is 234 (91.80% from 255 or 45.17% from 518); Blue value is 175 (68.75% from 255 or 33.78% from 518); Max value from RGB is 234 - color contains mainly: green. Hex color #6DEAAF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6DEAAF is #921550. Grayscale: #BEBEBE. Windows color (decimal): -9573713 or 11528813. OLE color: 11528813.

HSL color Cylindrical-coordinate representation of color #6DEAAF: hue angle of 151.68º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6DEAAF is Cyan = 0.53, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.08.

Color convert

RGB109234175-
CMYK0.5300.250.08
HSL151.68º74.85%67.25%-
HSV(B)151.68º53.42%91.76%-
XYZ43.4765.1950.85-
YUV189.9119.5970.3-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 21.04%
GREEN value IS 234 (91.80% from 255) = 45.17%
BLUE value IS 175 (68.75% from 255) = 33.78%
R=21.04%
G=45.17%
B=33.78%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1092341750.5300.250.08151.6874.8567.25
Hex6DEAAF350198984b43
Octal1553522576503110230113103
Binary1101101111010101010111111010101100110001001100010010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DEAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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