#6CD2A0

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

Shades of Medium Aquamarine #6CD2A0

Tints of Medium Aquamarine #6CD2A0

Color information

#6CD2A0 (or 0x6CD2A0) is unknown color: approx Medium Aquamarine. HEX triplet: 6C, D2 and A0. RGB value is (108,210,160). Sum of RGB (Red+Green+Blue) = 108+210+160=478 (63% of max value = 765). Red value is 108 (42.58% from 255 or 22.59% from 478); Green value is 210 (82.42% from 255 or 43.93% from 478); Blue value is 160 (62.89% from 255 or 33.47% from 478); Max value from RGB is 210 - color contains mainly: green. Hex color #6CD2A0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CD2A0 is #932D5F. Grayscale: #ADADAD. Windows color (decimal): -9645408 or 10539628. OLE color: 10539628.

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

Color convert

RGB108210160-
CMYK0.4900.240.18
HSL150.59º53.12%62.35%-
HSV(B)150.59º48.57%82.35%-
XYZ35.5851.8241.38-
YUV173.8120.2181.07-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 22.59%
GREEN value IS 210 (82.42% from 255) = 43.93%
BLUE value IS 160 (62.89% from 255) = 33.47%
R=22.59%
G=43.93%
B=33.47%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1082101600.4900.240.18150.5953.1262.35
Hex6CD2A0310181297353e
Octal15432224061030222276576
Binary110110011010010101000001100010110001001010010111110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CD2A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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