#6FB0AD

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

Shades of Tradewind #6FB0AD

Tints of Tradewind #6FB0AD

Color information

#6FB0AD (or 0x6FB0AD) is unknown color: approx Tradewind. HEX triplet: 6F, B0 and AD. RGB value is (111,176,173). Sum of RGB (Red+Green+Blue) = 111+176+173=460 (60% of max value = 765). Red value is 111 (43.75% from 255 or 24.13% from 460); Green value is 176 (69.14% from 255 or 38.26% from 460); Blue value is 173 (67.97% from 255 or 37.61% from 460); Max value from RGB is 176 - color contains mainly: green. Hex color #6FB0AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6FB0AD is #904F52. Grayscale: #9C9C9C. Windows color (decimal): -9457491 or 11382895. OLE color: 11382895.

HSL color Cylindrical-coordinate representation of color #6FB0AD: hue angle of 177.23º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6FB0AD is Cyan = 0.37, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB111176173-
CMYK0.3700.020.31
HSL177.23º29.15%56.27%-
HSV(B)177.23º36.93%69.02%-
XYZ29.6237.4545.2-
YUV156.22137.4795.74-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 24.13%
GREEN value IS 176 (69.14% from 255) = 38.26%
BLUE value IS 173 (67.97% from 255) = 37.61%
R=24.13%
G=38.26%
B=37.61%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1111761730.3700.020.31177.2329.1556.27
Hex6FB0AD25021Fb11d38
Octal1572602554502372613570
Binary11011111011000010101101100101010111111011000111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FB0AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,176,173); }

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

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

 a { background-color: rgb(111,176,173); }

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

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

 span { border-color: rgb(111,176,173); }

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