#6DDAB4

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

Shades of Medium Aquamarine #6DDAB4

Tints of Medium Aquamarine #6DDAB4

Color information

#6DDAB4 (or 0x6DDAB4) is unknown color: approx Medium Aquamarine. HEX triplet: 6D, DA and B4. RGB value is (109,218,180). Sum of RGB (Red+Green+Blue) = 109+218+180=507 (67% of max value = 765). Red value is 109 (42.97% from 255 or 21.50% from 507); Green value is 218 (85.55% from 255 or 43.00% from 507); Blue value is 180 (70.70% from 255 or 35.50% from 507); Max value from RGB is 218 - color contains mainly: green. Hex color #6DDAB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DDAB4 is #92254B. Grayscale: #B5B5B5. Windows color (decimal): -9577804 or 11852397. OLE color: 11852397.

HSL color Cylindrical-coordinate representation of color #6DDAB4: hue angle of 159.08º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6DDAB4 is Cyan = 0.5, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.15.

Color convert

RGB109218180-
CMYK0.500.170.15
HSL159.08º59.56%64.12%-
HSV(B)159.08º50%85.49%-
XYZ39.6256.6952.03-
YUV181.08127.3976.59-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 21.50%
GREEN value IS 218 (85.55% from 255) = 43.00%
BLUE value IS 180 (70.70% from 255) = 35.50%
R=21.50%
G=43.00%
B=35.50%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1092181800.500.170.15159.0859.5664.12
Hex6DDAB432011F9f3c40
Octal155332264620211723774100
Binary110110111011010101101001100100100011111100111111111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DDAB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,218,180); }

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

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

 a { background-color: rgb(109,218,180); }

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

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

 span { border-color: rgb(109,218,180); }

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