#6CB5AB

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

Shades of Tradewind #6CB5AB

Tints of Tradewind #6CB5AB

Color information

#6CB5AB (or 0x6CB5AB) is unknown color: approx Tradewind. HEX triplet: 6C, B5 and AB. RGB value is (108,181,171). Sum of RGB (Red+Green+Blue) = 108+181+171=460 (60% of max value = 765). Red value is 108 (42.58% from 255 or 23.48% from 460); Green value is 181 (71.09% from 255 or 39.35% from 460); Blue value is 171 (67.19% from 255 or 37.17% from 460); Max value from RGB is 181 - color contains mainly: green. Hex color #6CB5AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CB5AB is #934A54. Grayscale: #9E9E9E. Windows color (decimal): -9652821 or 11253100. OLE color: 11253100.

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

Color convert

RGB108181171-
CMYK0.4000.060.29
HSL171.78º33.03%56.67%-
HSV(B)171.78º40.33%70.98%-
XYZ30.0639.1844.51-
YUV158.03135.3292.31-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 23.48%
GREEN value IS 181 (71.09% from 255) = 39.35%
BLUE value IS 171 (67.19% from 255) = 37.17%
R=23.48%
G=39.35%
B=37.17%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1081811710.4000.060.29171.7833.0356.67
Hex6CB5AB28061Dac2139
Octal1542652535006352544171
Binary1101100101101011010101110100001101110110101100100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CB5AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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