#6BB2AC

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

Shades of Tradewind #6BB2AC

Tints of Tradewind #6BB2AC

Color information

#6BB2AC (or 0x6BB2AC) is unknown color: approx Tradewind. HEX triplet: 6B, B2 and AC. RGB value is (107,178,172). Sum of RGB (Red+Green+Blue) = 107+178+172=457 (60% of max value = 765). Red value is 107 (42.19% from 255 or 23.41% from 457); Green value is 178 (69.92% from 255 or 38.95% from 457); Blue value is 172 (67.58% from 255 or 37.64% from 457); Max value from RGB is 178 - color contains mainly: green. Hex color #6BB2AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BB2AC is #944D53. Grayscale: #9C9C9C. Windows color (decimal): -9719124 or 11317867. OLE color: 11317867.

HSL color Cylindrical-coordinate representation of color #6BB2AC: hue angle of 174.93º 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 #6BB2AC is Cyan = 0.40, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.30.

Color convert

RGB107178172-
CMYK0.4000.030.30
HSL174.93º31.56%55.88%-
HSV(B)174.93º39.89%69.8%-
XYZ29.4337.9544.8-
YUV156.09136.9892.99-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 23.41%
GREEN value IS 178 (69.92% from 255) = 38.95%
BLUE value IS 172 (67.58% from 255) = 37.64%
R=23.41%
G=38.95%
B=37.64%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1071781720.4000.030.30174.9331.5655.88
Hex6BB2AC28031Eaf2038
Octal1532622545003362574070
Binary110101110110010101011001010000111111010101111100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BB2AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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