#6BBAB4

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

Shades of Tradewind #6BBAB4

Tints of Tradewind #6BBAB4

Color information

#6BBAB4 (or 0x6BBAB4) is unknown color: approx Tradewind. HEX triplet: 6B, BA and B4. RGB value is (107,186,180). Sum of RGB (Red+Green+Blue) = 107+186+180=473 (62% of max value = 765). Red value is 107 (42.19% from 255 or 22.62% from 473); Green value is 186 (73.05% from 255 or 39.32% from 473); Blue value is 180 (70.70% from 255 or 38.05% from 473); Max value from RGB is 186 - color contains mainly: green. Hex color #6BBAB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BBAB4 is #94454B. Grayscale: #A1A1A1. Windows color (decimal): -9717068 or 11844203. OLE color: 11844203.

HSL color Cylindrical-coordinate representation of color #6BBAB4: hue angle of 175.44º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6BBAB4 is Cyan = 0.42, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.27.

Color convert

RGB107186180-
CMYK0.4200.030.27
HSL175.44º36.41%57.45%-
HSV(B)175.44º42.47%72.94%-
XYZ31.8641.5449.52-
YUV161.7138.3388.99-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 22.62%
GREEN value IS 186 (73.05% from 255) = 39.32%
BLUE value IS 180 (70.70% from 255) = 38.05%
R=22.62%
G=39.32%
B=38.05%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1071861800.4200.030.27175.4436.4157.45
Hex6BBAB42A031Baf2439
Octal1532722645203332574471
Binary110101110111010101101001010100111101110101111100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BBAB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,186,180); }

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

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

 a { background-color: rgb(107,186,180); }

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

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

 span { border-color: rgb(107,186,180); }

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