#6CC4AB

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

Shades of Medium Aquamarine #6CC4AB

Tints of Medium Aquamarine #6CC4AB

Color information

#6CC4AB (or 0x6CC4AB) is unknown color: approx Medium Aquamarine. HEX triplet: 6C, C4 and AB. RGB value is (108,196,171). Sum of RGB (Red+Green+Blue) = 108+196+171=475 (62% of max value = 765). Red value is 108 (42.58% from 255 or 22.74% from 475); Green value is 196 (76.95% from 255 or 41.26% from 475); Blue value is 171 (67.19% from 255 or 36% from 475); Max value from RGB is 196 - color contains mainly: green. Hex color #6CC4AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CC4AB is #933B54. Grayscale: #A6A6A6. Windows color (decimal): -9648981 or 11256940. OLE color: 11256940.

HSL color Cylindrical-coordinate representation of color #6CC4AB: hue angle of 162.95º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6CC4AB is Cyan = 0.45, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.23.

Color convert

RGB108196171-
CMYK0.4500.130.23
HSL162.95º42.72%59.61%-
HSV(B)162.95º44.9%76.86%-
XYZ33.2745.6145.58-
YUV166.84130.3586.03-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 22.74%
GREEN value IS 196 (76.95% from 255) = 41.26%
BLUE value IS 171 (67.19% from 255) = 36%
R=22.74%
G=41.26%
B=36%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1081961710.4500.130.23162.9542.7259.61
Hex6CC4AB2D0D17a32b3c
Octal15430425355015272435374
Binary11011001100010010101011101101011011011110100011101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CC4AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,196,171); }

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

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

 a { background-color: rgb(108,196,171); }

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

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

 span { border-color: rgb(108,196,171); }

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