#6DDEA4

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

Shades of Medium Aquamarine #6DDEA4

Tints of Medium Aquamarine #6DDEA4

Color information

#6DDEA4 (or 0x6DDEA4) is unknown color: approx Medium Aquamarine. HEX triplet: 6D, DE and A4. RGB value is (109,222,164). Sum of RGB (Red+Green+Blue) = 109+222+164=495 (65% of max value = 765). Red value is 109 (42.97% from 255 or 22.02% from 495); Green value is 222 (87.11% from 255 or 44.85% from 495); Blue value is 164 (64.45% from 255 or 33.13% from 495); Max value from RGB is 222 - color contains mainly: green. Hex color #6DDEA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DDEA4 is #92215B. Grayscale: #B5B5B5. Windows color (decimal): -9576796 or 10804845. OLE color: 10804845.

HSL color Cylindrical-coordinate representation of color #6DDEA4: hue angle of 149.2º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6DDEA4 is Cyan = 0.51, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.

Color convert

RGB109222164-
CMYK0.5100.260.13
HSL149.2º63.13%64.9%-
HSV(B)149.2º50.9%87.06%-
XYZ39.1358.1744.29-
YUV181.6118.0676.22-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 22.02%
GREEN value IS 222 (87.11% from 255) = 44.85%
BLUE value IS 164 (64.45% from 255) = 33.13%
R=22.02%
G=44.85%
B=33.13%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1092221640.5100.260.13149.263.1364.9
Hex6DDEA43301AD953f41
Octal155336244630321522577101
Binary110110111011110101001001100110110101101100101011111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DDEA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,222,164); }

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

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

 a { background-color: rgb(109,222,164); }

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

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

 span { border-color: rgb(109,222,164); }

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