#6CD6A8

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

Shades of Medium Aquamarine #6CD6A8

Tints of Medium Aquamarine #6CD6A8

Color information

#6CD6A8 (or 0x6CD6A8) is unknown color: approx Medium Aquamarine. HEX triplet: 6C, D6 and A8. RGB value is (108,214,168). Sum of RGB (Red+Green+Blue) = 108+214+168=490 (64% of max value = 765). Red value is 108 (42.58% from 255 or 22.04% from 490); Green value is 214 (83.98% from 255 or 43.67% from 490); Blue value is 168 (66.02% from 255 or 34.29% from 490); Max value from RGB is 214 - color contains mainly: green. Hex color #6CD6A8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CD6A8 is #932957. Grayscale: #B1B1B1. Windows color (decimal): -9644376 or 11064940. OLE color: 11064940.

HSL color Cylindrical-coordinate representation of color #6CD6A8: hue angle of 153.96º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6CD6A8 is Cyan = 0.50, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.16.

Color convert

RGB108214168-
CMYK0.5000.210.16
HSL153.96º56.38%63.14%-
HSV(B)153.96º49.53%83.92%-
XYZ37.354.1145.52-
YUV177.06122.8878.74-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 22.04%
GREEN value IS 214 (83.98% from 255) = 43.67%
BLUE value IS 168 (66.02% from 255) = 34.29%
R=22.04%
G=43.67%
B=34.29%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1082141680.5000.210.16153.9656.3863.14
Hex6CD6A832015109a383f
Octal15432625062025202327077
Binary110110011010110101010001100100101011000010011010111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CD6A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,214,168); }

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

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

 a { background-color: rgb(108,214,168); }

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

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

 span { border-color: rgb(108,214,168); }

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