#6FACAB

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

Shades of Tradewind #6FACAB

Tints of Tradewind #6FACAB

Color information

#6FACAB (or 0x6FACAB) is unknown color: approx Tradewind. HEX triplet: 6F, AC and AB. RGB value is (111,172,171). Sum of RGB (Red+Green+Blue) = 111+172+171=454 (60% of max value = 765). Red value is 111 (43.75% from 255 or 24.45% from 454); Green value is 172 (67.58% from 255 or 37.89% from 454); Blue value is 171 (67.19% from 255 or 37.67% from 454); Max value from RGB is 172 - color contains mainly: green. Hex color #6FACAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6FACAB is #905354. Grayscale: #999999. Windows color (decimal): -9458517 or 11250799. OLE color: 11250799.

HSL color Cylindrical-coordinate representation of color #6FACAB: hue angle of 179.02º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6FACAB is Cyan = 0.35, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB111172171-
CMYK0.3500.010.33
HSL179.02º26.87%55.49%-
HSV(B)179.02º35.47%67.45%-
XYZ28.6635.8243.93-
YUV153.65137.7997.58-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 24.45%
GREEN value IS 172 (67.58% from 255) = 37.89%
BLUE value IS 171 (67.19% from 255) = 37.67%
R=24.45%
G=37.89%
B=37.67%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1111721710.3500.010.33179.0226.8755.49
Hex6FACAB230121b31b37
Octal1572542534301412633367
Binary11011111010110010101011100011011000011011001111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FACAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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