#6CB8AE

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

Shades of Tradewind #6CB8AE

Tints of Tradewind #6CB8AE

Color information

#6CB8AE (or 0x6CB8AE) is unknown color: approx Tradewind. HEX triplet: 6C, B8 and AE. RGB value is (108,184,174). Sum of RGB (Red+Green+Blue) = 108+184+174=466 (61% of max value = 765). Red value is 108 (42.58% from 255 or 23.18% from 466); Green value is 184 (72.27% from 255 or 39.48% from 466); Blue value is 174 (68.36% from 255 or 37.34% from 466); Max value from RGB is 184 - color contains mainly: green. Hex color #6CB8AE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CB8AE is #934751. Grayscale: #A0A0A0. Windows color (decimal): -9652050 or 11450476. OLE color: 11450476.

HSL color Cylindrical-coordinate representation of color #6CB8AE: hue angle of 172.11º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6CB8AE is Cyan = 0.41, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.28.

Color convert

RGB108184174-
CMYK0.4100.050.28
HSL172.11º34.86%57.25%-
HSV(B)172.11º41.3%72.16%-
XYZ30.9640.5346.23-
YUV160.14135.8290.81-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 23.18%
GREEN value IS 184 (72.27% from 255) = 39.48%
BLUE value IS 174 (68.36% from 255) = 37.34%
R=23.18%
G=39.48%
B=37.34%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1081841740.4100.050.28172.1134.8657.25
Hex6CB8AE29051Cac2339
Octal1542702565105342544371
Binary1101100101110001010111010100101011110010101100100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CB8AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,184,174); }

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

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

 a { background-color: rgb(108,184,174); }

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

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

 span { border-color: rgb(108,184,174); }

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