#6BB3AC

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

Shades of Tradewind #6BB3AC

Tints of Tradewind #6BB3AC

Color information

#6BB3AC (or 0x6BB3AC) is unknown color: approx Tradewind. HEX triplet: 6B, B3 and AC. RGB value is (107,179,172). Sum of RGB (Red+Green+Blue) = 107+179+172=458 (60% of max value = 765). Red value is 107 (42.19% from 255 or 23.36% from 458); Green value is 179 (70.31% from 255 or 39.08% from 458); Blue value is 172 (67.58% from 255 or 37.55% from 458); Max value from RGB is 179 - color contains mainly: green. Hex color #6BB3AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BB3AC is #944C53. Grayscale: #9C9C9C. Windows color (decimal): -9718868 or 11318123. OLE color: 11318123.

HSL color Cylindrical-coordinate representation of color #6BB3AC: hue angle of 174.17º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6BB3AC is Cyan = 0.40, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.30.

Color convert

RGB107179172-
CMYK0.4000.040.30
HSL174.17º32.14%56.08%-
HSV(B)174.17º40.22%70.2%-
XYZ29.6338.3444.87-
YUV156.67136.6592.57-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 23.36%
GREEN value IS 179 (70.31% from 255) = 39.08%
BLUE value IS 172 (67.58% from 255) = 37.55%
R=23.36%
G=39.08%
B=37.55%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1071791720.4000.040.30174.1732.1456.08
Hex6BB3AC28041Eae2038
Octal1532632545004362564070
Binary1101011101100111010110010100001001111010101110100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BB3AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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