#6CDDA0

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

Shades of Medium Aquamarine #6CDDA0

Tints of Medium Aquamarine #6CDDA0

Color information

#6CDDA0 (or 0x6CDDA0) is unknown color: approx Medium Aquamarine. HEX triplet: 6C, DD and A0. RGB value is (108,221,160). Sum of RGB (Red+Green+Blue) = 108+221+160=489 (64% of max value = 765). Red value is 108 (42.58% from 255 or 22.09% from 489); Green value is 221 (86.72% from 255 or 45.19% from 489); Blue value is 160 (62.89% from 255 or 32.72% from 489); Max value from RGB is 221 - color contains mainly: green. Hex color #6CDDA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CDDA0 is #93225F. Grayscale: #B4B4B4. Windows color (decimal): -9642592 or 10542444. OLE color: 10542444.

HSL color Cylindrical-coordinate representation of color #6CDDA0: hue angle of 147.61º degrees, saturation: 0.62, 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 #6CDDA0 is Cyan = 0.51, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.

Color convert

RGB108221160-
CMYK0.5100.280.13
HSL147.61º62.43%64.51%-
HSV(B)147.61º51.13%86.67%-
XYZ38.3957.4442.32-
YUV180.26116.5676.46-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 22.09%
GREEN value IS 221 (86.72% from 255) = 45.19%
BLUE value IS 160 (62.89% from 255) = 32.72%
R=22.09%
G=45.19%
B=32.72%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1082211600.5100.280.13147.6162.4364.51
Hex6CDDA03301CD943e41
Octal154335240630341522476101
Binary110110011011101101000001100110111001101100101001111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CDDA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,221,160); }

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

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

 a { background-color: rgb(108,221,160); }

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

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

 span { border-color: rgb(108,221,160); }

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