#6cb5a6

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

Shades of Tradewind #6CB5A6

Tints of Tradewind #6CB5A6

Color information

#6CB5A6 (or 0x6CB5A6) is unknown color: approx Tradewind. HEX triplet: 6C, B5 and A6. RGB value is (108,181,166). Sum of RGB (Red+Green+Blue) = 108+181+166=455 (60% of max value = 765). Red value is 108 (42.58% from 255 or 23.74% from 455); Green value is 181 (71.09% from 255 or 39.78% from 455); Blue value is 166 (65.23% from 255 or 36.48% from 455); Max value from RGB is 181 - color contains mainly: green. Hex color #6CB5A6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CB5A6 is #934A59. Grayscale: #9D9D9D. Windows color (decimal): -9652826 or 10925420. OLE color: 10925420.

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

Color convert

RGB108181166-
CMYK0.4000.080.29
HSL167.67º33.03%56.67%-
HSV(B)167.67º40.33%70.98%-
XYZ29.5938.9942.04-
YUV157.46132.8292.72-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 23.74%
GREEN value IS 181 (71.09% from 255) = 39.78%
BLUE value IS 166 (65.23% from 255) = 36.48%
R=23.74%
G=39.78%
B=36.48%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1081811660.4000.080.29167.6733.0356.67
Hex6CB5A628081Da82139
Octal15426524650010352504171
Binary11011001011010110100110101000010001110110101000100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6cb5a6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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