#6CDBA3

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

Shades of Medium Aquamarine #6CDBA3

Tints of Medium Aquamarine #6CDBA3

Color information

#6CDBA3 (or 0x6CDBA3) is unknown color: approx Medium Aquamarine. HEX triplet: 6C, DB and A3. RGB value is (108,219,163). Sum of RGB (Red+Green+Blue) = 108+219+163=490 (64% of max value = 765). Red value is 108 (42.58% from 255 or 22.04% from 490); Green value is 219 (85.94% from 255 or 44.69% from 490); Blue value is 163 (64.06% from 255 or 33.27% from 490); Max value from RGB is 219 - color contains mainly: green. Hex color #6CDBA3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CDBA3 is #93245C. Grayscale: #B3B3B3. Windows color (decimal): -9643101 or 10738540. OLE color: 10738540.

HSL color Cylindrical-coordinate representation of color #6CDBA3: hue angle of 149.73º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6CDBA3 is Cyan = 0.51, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.14.

Color convert

RGB108219163-
CMYK0.5100.260.14
HSL149.73º60.66%64.12%-
HSV(B)149.73º50.68%85.88%-
XYZ38.1356.543.55-
YUV179.43118.7377.05-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 22.04%
GREEN value IS 219 (85.94% from 255) = 44.69%
BLUE value IS 163 (64.06% from 255) = 33.27%
R=22.04%
G=44.69%
B=33.27%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1082191630.5100.260.14149.7360.6664.12
Hex6CDBA33301AE963d40
Octal154333243630321622675100
Binary110110011011011101000111100110110101110100101101111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CDBA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,219,163); }

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

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

 a { background-color: rgb(108,219,163); }

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

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

 span { border-color: rgb(108,219,163); }

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