#6FC3AB

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

Shades of Medium Aquamarine #6FC3AB

Tints of Medium Aquamarine #6FC3AB

Color information

#6FC3AB (or 0x6FC3AB) is unknown color: approx Medium Aquamarine. HEX triplet: 6F, C3 and AB. RGB value is (111,195,171). Sum of RGB (Red+Green+Blue) = 111+195+171=477 (63% of max value = 765). Red value is 111 (43.75% from 255 or 23.27% from 477); Green value is 195 (76.56% from 255 or 40.88% from 477); Blue value is 171 (67.19% from 255 or 35.85% from 477); Max value from RGB is 195 - color contains mainly: green. Hex color #6FC3AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FC3AB is #903C54. Grayscale: #A7A7A7. Windows color (decimal): -9452629 or 11256687. OLE color: 11256687.

HSL color Cylindrical-coordinate representation of color #6FC3AB: hue angle of 162.86º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6FC3AB is Cyan = 0.43, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB111195171-
CMYK0.4300.120.24
HSL162.86º41.18%60%-
HSV(B)162.86º43.08%76.47%-
XYZ33.4245.3545.52-
YUV167.15130.1787.95-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 23.27%
GREEN value IS 195 (76.56% from 255) = 40.88%
BLUE value IS 171 (67.19% from 255) = 35.85%
R=23.27%
G=40.88%
B=35.85%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1111951710.4300.120.24162.8641.1860
Hex6FC3AB2B0C18a3293c
Octal15730325353014302435174
Binary11011111100001110101011101011011001100010100011101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FC3AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,195,171); }

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

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

 a { background-color: rgb(111,195,171); }

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

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

 span { border-color: rgb(111,195,171); }

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