#6cd0a6

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

Shades of Medium Aquamarine #6CD0A6

Tints of Medium Aquamarine #6CD0A6

Color information

#6CD0A6 (or 0x6CD0A6) is unknown color: approx Medium Aquamarine. HEX triplet: 6C, D0 and A6. RGB value is (108,208,166). Sum of RGB (Red+Green+Blue) = 108+208+166=482 (63% of max value = 765). Red value is 108 (42.58% from 255 or 22.41% from 482); Green value is 208 (81.64% from 255 or 43.15% from 482); Blue value is 166 (65.23% from 255 or 34.44% from 482); Max value from RGB is 208 - color contains mainly: green. Hex color #6CD0A6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CD0A6 is #932F59. Grayscale: #ADADAD. Windows color (decimal): -9645914 or 10932332. OLE color: 10932332.

HSL color Cylindrical-coordinate representation of color #6CD0A6: hue angle of 154.8º 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 #6CD0A6 is Cyan = 0.48, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.18.

Color convert

RGB108208166-
CMYK0.4800.200.18
HSL154.8º51.55%61.96%-
HSV(B)154.8º48.08%81.57%-
XYZ35.6251.0544.05-
YUV173.31123.8781.42-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 22.41%
GREEN value IS 208 (81.64% from 255) = 43.15%
BLUE value IS 166 (65.23% from 255) = 34.44%
R=22.41%
G=43.15%
B=34.44%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1082081660.4800.200.18154.851.5561.96
Hex6CD0A630014129b343e
Octal15432024660024222336476
Binary110110011010000101001101100000101001001010011011110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6cd0a6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,208,166); }

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

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

 a { background-color: rgb(108,208,166); }

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

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

 span { border-color: rgb(108,208,166); }

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