#6CD1AC

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

Shades of Medium Aquamarine #6CD1AC

Tints of Medium Aquamarine #6CD1AC

Color information

#6CD1AC (or 0x6CD1AC) is unknown color: approx Medium Aquamarine. HEX triplet: 6C, D1 and AC. RGB value is (108,209,172). Sum of RGB (Red+Green+Blue) = 108+209+172=489 (64% of max value = 765). Red value is 108 (42.58% from 255 or 22.09% from 489); Green value is 209 (82.03% from 255 or 42.74% from 489); Blue value is 172 (67.58% from 255 or 35.17% from 489); Max value from RGB is 209 - color contains mainly: green. Hex color #6CD1AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CD1AC is #932E53. Grayscale: #AEAEAE. Windows color (decimal): -9645652 or 11325804. OLE color: 11325804.

HSL color Cylindrical-coordinate representation of color #6CD1AC: hue angle of 158.02º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6CD1AC is Cyan = 0.48, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB108209172-
CMYK0.4800.180.18
HSL158.02º52.33%62.16%-
HSV(B)158.02º48.33%81.96%-
XYZ36.4351.7747.1-
YUV174.58126.5480.51-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 22.09%
GREEN value IS 209 (82.03% from 255) = 42.74%
BLUE value IS 172 (67.58% from 255) = 35.17%
R=22.09%
G=42.74%
B=35.17%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1082091720.4800.180.18158.0252.3362.16
Hex6CD1AC30012129e343e
Octal15432125460022222366476
Binary110110011010001101011001100000100101001010011110110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CD1AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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