#6CB5AC

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

Shades of Tradewind #6CB5AC

Tints of Tradewind #6CB5AC

Color information

#6CB5AC (or 0x6CB5AC) is unknown color: approx Tradewind. HEX triplet: 6C, B5 and AC. RGB value is (108,181,172). Sum of RGB (Red+Green+Blue) = 108+181+172=461 (61% of max value = 765). Red value is 108 (42.58% from 255 or 23.43% from 461); Green value is 181 (71.09% from 255 or 39.26% from 461); Blue value is 172 (67.58% from 255 or 37.31% from 461); Max value from RGB is 181 - color contains mainly: green. Hex color #6CB5AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CB5AC is #934A53. Grayscale: #9E9E9E. Windows color (decimal): -9652820 or 11318636. OLE color: 11318636.

HSL color Cylindrical-coordinate representation of color #6CB5AC: hue angle of 172.6º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6CB5AC is Cyan = 0.40, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.29.

Color convert

RGB108181172-
CMYK0.4000.050.29
HSL172.6º33.03%56.67%-
HSV(B)172.6º40.33%70.98%-
XYZ30.1539.2145.01-
YUV158.15135.8292.23-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 23.43%
GREEN value IS 181 (71.09% from 255) = 39.26%
BLUE value IS 172 (67.58% from 255) = 37.31%
R=23.43%
G=39.26%
B=37.31%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1081811720.4000.050.29172.633.0356.67
Hex6CB5AC28051Dad2139
Octal1542652545005352554171
Binary1101100101101011010110010100001011110110101101100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CB5AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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