#6DE8B0

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

Shades of Medium Aquamarine #6DE8B0

Tints of Medium Aquamarine #6DE8B0

Color information

#6DE8B0 (or 0x6DE8B0) is unknown color: approx Medium Aquamarine. HEX triplet: 6D, E8 and B0. RGB value is (109,232,176). Sum of RGB (Red+Green+Blue) = 109+232+176=517 (68% of max value = 765). Red value is 109 (42.97% from 255 or 21.08% from 517); Green value is 232 (91.02% from 255 or 44.87% from 517); Blue value is 176 (69.14% from 255 or 34.04% from 517); Max value from RGB is 232 - color contains mainly: green. Hex color #6DE8B0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6DE8B0 is #92174F. Grayscale: #BCBCBC. Windows color (decimal): -9574224 or 11593837. OLE color: 11593837.

HSL color Cylindrical-coordinate representation of color #6DE8B0: hue angle of 152.68º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6DE8B0 is Cyan = 0.53, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.09.

Color convert

RGB109232176-
CMYK0.5300.240.09
HSL152.68º72.78%66.86%-
HSV(B)152.68º53.02%90.98%-
XYZ4364.151.18-
YUV188.84120.7571.05-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 21.08%
GREEN value IS 232 (91.02% from 255) = 44.87%
BLUE value IS 176 (69.14% from 255) = 34.04%
R=21.08%
G=44.87%
B=34.04%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1092321760.5300.240.09152.6872.7866.86
Hex6DE8B0350189994943
Octal1553502606503011231111103
Binary1101101111010001011000011010101100010011001100110010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DE8B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,232,176); }

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

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

 a { background-color: rgb(109,232,176); }

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

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

 span { border-color: rgb(109,232,176); }

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