#6DD5A7

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

Shades of Medium Aquamarine #6DD5A7

Tints of Medium Aquamarine #6DD5A7

Color information

#6DD5A7 (or 0x6DD5A7) is unknown color: approx Medium Aquamarine. HEX triplet: 6D, D5 and A7. RGB value is (109,213,167). Sum of RGB (Red+Green+Blue) = 109+213+167=489 (64% of max value = 765). Red value is 109 (42.97% from 255 or 22.29% from 489); Green value is 213 (83.59% from 255 or 43.56% from 489); Blue value is 167 (65.62% from 255 or 34.15% from 489); Max value from RGB is 213 - color contains mainly: green. Hex color #6DD5A7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DD5A7 is #922A58. Grayscale: #B0B0B0. Windows color (decimal): -9579097 or 10999149. OLE color: 10999149.

HSL color Cylindrical-coordinate representation of color #6DD5A7: hue angle of 153.46º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6DD5A7 is Cyan = 0.49, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.16.

Color convert

RGB109213167-
CMYK0.4900.220.16
HSL153.46º55.32%63.14%-
HSV(B)153.46º48.83%83.53%-
XYZ37.0853.6344.96-
YUV176.66122.5479.74-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 22.29%
GREEN value IS 213 (83.59% from 255) = 43.56%
BLUE value IS 167 (65.62% from 255) = 34.15%
R=22.29%
G=43.56%
B=34.15%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1092131670.4900.220.16153.4655.3263.14
Hex6DD5A7310161099373f
Octal15532524761026202316777
Binary110110111010101101001111100010101101000010011001110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DD5A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,213,167); }

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

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

 a { background-color: rgb(109,213,167); }

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

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

 span { border-color: rgb(109,213,167); }

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