#6BB5AB

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

Shades of Tradewind #6BB5AB

Tints of Tradewind #6BB5AB

Color information

#6BB5AB (or 0x6BB5AB) is unknown color: approx Tradewind. HEX triplet: 6B, B5 and AB. RGB value is (107,181,171). Sum of RGB (Red+Green+Blue) = 107+181+171=459 (60% of max value = 765). Red value is 107 (42.19% from 255 or 23.31% from 459); Green value is 181 (71.09% from 255 or 39.43% from 459); Blue value is 171 (67.19% from 255 or 37.25% from 459); Max value from RGB is 181 - color contains mainly: green. Hex color #6BB5AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BB5AB is #944A54. Grayscale: #9D9D9D. Windows color (decimal): -9718357 or 11253099. OLE color: 11253099.

HSL color Cylindrical-coordinate representation of color #6BB5AB: hue angle of 171.89º 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 #6BB5AB is Cyan = 0.41, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB107181171-
CMYK0.4100.060.29
HSL171.89º33.33%56.47%-
HSV(B)171.89º40.88%70.98%-
XYZ29.9439.1144.5-
YUV157.73135.4891.81-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 23.31%
GREEN value IS 181 (71.09% from 255) = 39.43%
BLUE value IS 171 (67.19% from 255) = 37.25%
R=23.31%
G=39.43%
B=37.25%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1071811710.4100.060.29171.8933.3356.47
Hex6BB5AB29061Dac2138
Octal1532652535106352544170
Binary1101011101101011010101110100101101110110101100100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BB5AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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