#6cdca4

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

Shades of Medium Aquamarine #6CDCA4

Tints of Medium Aquamarine #6CDCA4

Color information

#6CDCA4 (or 0x6CDCA4) is unknown color: approx Medium Aquamarine. HEX triplet: 6C, DC and A4. RGB value is (108,220,164). Sum of RGB (Red+Green+Blue) = 108+220+164=492 (65% of max value = 765). Red value is 108 (42.58% from 255 or 21.95% from 492); Green value is 220 (86.33% from 255 or 44.72% from 492); Blue value is 164 (64.45% from 255 or 33.33% from 492); Max value from RGB is 220 - color contains mainly: green. Hex color #6CDCA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CDCA4 is #93235B. Grayscale: #B4B4B4. Windows color (decimal): -9642844 or 10804332. OLE color: 10804332.

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

Color convert

RGB108220164-
CMYK0.5100.250.14
HSL150º61.54%64.31%-
HSV(B)150º50.91%86.27%-
XYZ38.4857.0544.11-
YUV180.13118.8976.55-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 21.95%
GREEN value IS 220 (86.33% from 255) = 44.72%
BLUE value IS 164 (64.45% from 255) = 33.33%
R=21.95%
G=44.72%
B=33.33%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1082201640.5100.250.1415061.5464.31
Hex6CDCA433019E963e40
Octal154334244630311622676100
Binary110110011011100101001001100110110011110100101101111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6cdca4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,220,164); }

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

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

 a { background-color: rgb(108,220,164); }

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

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

 span { border-color: rgb(108,220,164); }

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