#6BB5AE

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

Shades of Tradewind #6BB5AE

Tints of Tradewind #6BB5AE

Color information

#6BB5AE (or 0x6BB5AE) is unknown color: approx Tradewind. HEX triplet: 6B, B5 and AE. RGB value is (107,181,174). Sum of RGB (Red+Green+Blue) = 107+181+174=462 (61% of max value = 765). Red value is 107 (42.19% from 255 or 23.16% from 462); Green value is 181 (71.09% from 255 or 39.18% from 462); Blue value is 174 (68.36% from 255 or 37.66% from 462); Max value from RGB is 181 - color contains mainly: green. Hex color #6BB5AE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BB5AE is #944A51. Grayscale: #9E9E9E. Windows color (decimal): -9718354 or 11449707. OLE color: 11449707.

HSL color Cylindrical-coordinate representation of color #6BB5AE: hue angle of 174.32º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6BB5AE is Cyan = 0.41, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB107181174-
CMYK0.4100.040.29
HSL174.32º33.33%56.47%-
HSV(B)174.32º40.88%70.98%-
XYZ30.2339.2346.02-
YUV158.08136.9891.57-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 23.16%
GREEN value IS 181 (71.09% from 255) = 39.18%
BLUE value IS 174 (68.36% from 255) = 37.66%
R=23.16%
G=39.18%
B=37.66%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1071811740.4100.040.29174.3233.3356.47
Hex6BB5AE29041Dae2138
Octal1532652565104352564170
Binary1101011101101011010111010100101001110110101110100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BB5AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,181,174); }

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

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

 a { background-color: rgb(107,181,174); }

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

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

 span { border-color: rgb(107,181,174); }

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