#6CD9A0

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

Shades of Medium Aquamarine #6CD9A0

Tints of Medium Aquamarine #6CD9A0

Color information

#6CD9A0 (or 0x6CD9A0) is unknown color: approx Medium Aquamarine. HEX triplet: 6C, D9 and A0. RGB value is (108,217,160). Sum of RGB (Red+Green+Blue) = 108+217+160=485 (64% of max value = 765). Red value is 108 (42.58% from 255 or 22.27% from 485); Green value is 217 (85.16% from 255 or 44.74% from 485); Blue value is 160 (62.89% from 255 or 32.99% from 485); Max value from RGB is 217 - color contains mainly: green. Hex color #6CD9A0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CD9A0 is #93265F. Grayscale: #B2B2B2. Windows color (decimal): -9643616 or 10541420. OLE color: 10541420.

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

Color convert

RGB108217160-
CMYK0.5000.260.15
HSL148.62º58.92%63.73%-
HSV(B)148.62º50.23%85.1%-
XYZ37.3455.3541.97-
YUV177.91117.8978.13-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 22.27%
GREEN value IS 217 (85.16% from 255) = 44.74%
BLUE value IS 160 (62.89% from 255) = 32.99%
R=22.27%
G=44.74%
B=32.99%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1082171600.5000.260.15148.6258.9263.73
Hex6CD9A03201AF953b40
Octal154331240620321722573100
Binary110110011011001101000001100100110101111100101011110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CD9A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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