#6BADA6

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

Shades of Tradewind #6BADA6

Tints of Tradewind #6BADA6

Color information

#6BADA6 (or 0x6BADA6) is unknown color: approx Tradewind. HEX triplet: 6B, AD and A6. RGB value is (107,173,166). Sum of RGB (Red+Green+Blue) = 107+173+166=446 (59% of max value = 765). Red value is 107 (42.19% from 255 or 23.99% from 446); Green value is 173 (67.97% from 255 or 38.79% from 446); Blue value is 166 (65.23% from 255 or 37.22% from 446); Max value from RGB is 173 - color contains mainly: green. Hex color #6BADA6 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BADA6 is #945259. Grayscale: #989898. Windows color (decimal): -9720410 or 10923371. OLE color: 10923371.

HSL color Cylindrical-coordinate representation of color #6BADA6: hue angle of 173.64º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6BADA6 is Cyan = 0.38, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.32.

Color convert

RGB107173166-
CMYK0.3800.040.32
HSL173.64º28.7%54.9%-
HSV(B)173.64º38.15%67.84%-
XYZ27.8935.7741.51-
YUV152.47135.6395.57-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 23.99%
GREEN value IS 173 (67.97% from 255) = 38.79%
BLUE value IS 166 (65.23% from 255) = 37.22%
R=23.99%
G=38.79%
B=37.22%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1071731660.3800.040.32173.6428.754.9
Hex6BADA6260420ae1d37
Octal1532552464604402563567
Binary1101011101011011010011010011001001000001010111011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BADA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,173,166); }

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

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

 a { background-color: rgb(107,173,166); }

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

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

 span { border-color: rgb(107,173,166); }

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