#6CDAAC

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

Shades of Medium Aquamarine #6CDAAC

Tints of Medium Aquamarine #6CDAAC

Color information

#6CDAAC (or 0x6CDAAC) is unknown color: approx Medium Aquamarine. HEX triplet: 6C, DA and AC. RGB value is (108,218,172). Sum of RGB (Red+Green+Blue) = 108+218+172=498 (65% of max value = 765). Red value is 108 (42.58% from 255 or 21.69% from 498); Green value is 218 (85.55% from 255 or 43.78% from 498); Blue value is 172 (67.58% from 255 or 34.54% from 498); Max value from RGB is 218 - color contains mainly: green. Hex color #6CDAAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CDAAC is #932553. Grayscale: #B3B3B3. Windows color (decimal): -9643348 or 11328108. OLE color: 11328108.

HSL color Cylindrical-coordinate representation of color #6CDAAC: hue angle of 154.91º 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 #6CDAAC is Cyan = 0.50, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB108218172-
CMYK0.5000.210.15
HSL154.91º59.78%63.92%-
HSV(B)154.91º50.46%85.49%-
XYZ38.756.3147.86-
YUV179.87123.5676.74-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 21.69%
GREEN value IS 218 (85.55% from 255) = 43.78%
BLUE value IS 172 (67.58% from 255) = 34.54%
R=21.69%
G=43.78%
B=34.54%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1082181720.5000.210.15154.9159.7863.92
Hex6CDAAC32015F9b3c40
Octal154332254620251723374100
Binary110110011011010101011001100100101011111100110111111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CDAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,218,172); }

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

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

 a { background-color: rgb(108,218,172); }

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

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

 span { border-color: rgb(108,218,172); }

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