#6DEAAA

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

Shades of Medium Aquamarine #6DEAAA

Tints of Medium Aquamarine #6DEAAA

Color information

#6DEAAA (or 0x6DEAAA) is unknown color: approx Medium Aquamarine. HEX triplet: 6D, EA and AA. RGB value is (109,234,170). Sum of RGB (Red+Green+Blue) = 109+234+170=513 (67% of max value = 765). Red value is 109 (42.97% from 255 or 21.25% from 513); Green value is 234 (91.80% from 255 or 45.61% from 513); Blue value is 170 (66.80% from 255 or 33.14% from 513); Max value from RGB is 234 - color contains mainly: green. Hex color #6DEAAA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6DEAAA is #921555. Grayscale: #BDBDBD. Windows color (decimal): -9573718 or 11201133. OLE color: 11201133.

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

Color convert

RGB109234170-
CMYK0.5300.270.08
HSL149.28º74.85%67.25%-
HSV(B)149.28º53.42%91.76%-
XYZ42.996548.31-
YUV189.33117.0970.7-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 21.25%
GREEN value IS 234 (91.80% from 255) = 45.61%
BLUE value IS 170 (66.80% from 255) = 33.14%
R=21.25%
G=45.61%
B=33.14%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1092341700.5300.270.08149.2874.8567.25
Hex6DEAAA3501B8954b43
Octal1553522526503310225113103
Binary1101101111010101010101011010101101110001001010110010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DEAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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