#6BB5AC

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

Shades of Tradewind #6BB5AC

Tints of Tradewind #6BB5AC

Color information

#6BB5AC (or 0x6BB5AC) is unknown color: approx Tradewind. HEX triplet: 6B, B5 and AC. RGB value is (107,181,172). Sum of RGB (Red+Green+Blue) = 107+181+172=460 (60% of max value = 765). Red value is 107 (42.19% from 255 or 23.26% from 460); Green value is 181 (71.09% from 255 or 39.35% from 460); Blue value is 172 (67.58% from 255 or 37.39% from 460); Max value from RGB is 181 - color contains mainly: green. Hex color #6BB5AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BB5AC is #944A53. Grayscale: #9D9D9D. Windows color (decimal): -9718356 or 11318635. OLE color: 11318635.

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

Color convert

RGB107181172-
CMYK0.4100.050.29
HSL172.7º33.33%56.47%-
HSV(B)172.7º40.88%70.98%-
XYZ30.0339.1545-
YUV157.85135.9891.73-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 23.26%
GREEN value IS 181 (71.09% from 255) = 39.35%
BLUE value IS 172 (67.58% from 255) = 37.39%
R=23.26%
G=39.35%
B=37.39%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1071811720.4100.050.29172.733.3356.47
Hex6BB5AC29051Dad2138
Octal1532652545105352554170
Binary1101011101101011010110010100101011110110101101100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BB5AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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