#6DEAA8

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

Shades of Medium Aquamarine #6DEAA8

Tints of Medium Aquamarine #6DEAA8

Color information

#6DEAA8 (or 0x6DEAA8) is unknown color: approx Medium Aquamarine. HEX triplet: 6D, EA and A8. RGB value is (109,234,168). Sum of RGB (Red+Green+Blue) = 109+234+168=511 (67% of max value = 765). Red value is 109 (42.97% from 255 or 21.33% from 511); Green value is 234 (91.80% from 255 or 45.79% from 511); Blue value is 168 (66.02% from 255 or 32.88% from 511); Max value from RGB is 234 - color contains mainly: green. Hex color #6DEAA8 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6DEAA8 is #921557. Grayscale: #BDBDBD. Windows color (decimal): -9573720 or 11070061. OLE color: 11070061.

HSL color Cylindrical-coordinate representation of color #6DEAA8: hue angle of 148.32º 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 #6DEAA8 is Cyan = 0.53, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.08.

Color convert

RGB109234168-
CMYK0.5300.280.08
HSL148.32º74.85%67.25%-
HSV(B)148.32º53.42%91.76%-
XYZ42.864.9247.32-
YUV189.1116.0970.87-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 21.33%
GREEN value IS 234 (91.80% from 255) = 45.79%
BLUE value IS 168 (66.02% from 255) = 32.88%
R=21.33%
G=45.79%
B=32.88%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1092341680.5300.280.08148.3274.8567.25
Hex6DEAA83501C8944b43
Octal1553522506503410224113103
Binary1101101111010101010100011010101110010001001010010010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DEAA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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