#6CBFA6

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

Shades of Medium Aquamarine #6CBFA6

Tints of Medium Aquamarine #6CBFA6

Color information

#6CBFA6 (or 0x6CBFA6) is unknown color: approx Medium Aquamarine. HEX triplet: 6C, BF and A6. RGB value is (108,191,166). Sum of RGB (Red+Green+Blue) = 108+191+166=465 (61% of max value = 765). Red value is 108 (42.58% from 255 or 23.23% from 465); Green value is 191 (75% from 255 or 41.08% from 465); Blue value is 166 (65.23% from 255 or 35.70% from 465); Max value from RGB is 191 - color contains mainly: green. Hex color #6CBFA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CBFA6 is #934059. Grayscale: #A3A3A3. Windows color (decimal): -9650266 or 10927980. OLE color: 10927980.

HSL color Cylindrical-coordinate representation of color #6CBFA6: hue angle of 161.93º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6CBFA6 is Cyan = 0.43, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.25.

Color convert

RGB108191166-
CMYK0.4300.130.25
HSL161.93º39.34%58.63%-
HSV(B)161.93º43.46%74.9%-
XYZ31.743.242.74-
YUV163.33129.588.53-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 23.23%
GREEN value IS 191 (75% from 255) = 41.08%
BLUE value IS 166 (65.23% from 255) = 35.70%
R=23.23%
G=41.08%
B=35.70%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1081911660.4300.130.25161.9339.3458.63
Hex6CBFA62B0D19a2273b
Octal15427724653015312424773
Binary11011001011111110100110101011011011100110100010100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CBFA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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