#6CB8AF

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

Shades of Tradewind #6CB8AF

Tints of Tradewind #6CB8AF

Color information

#6CB8AF (or 0x6CB8AF) is unknown color: approx Tradewind. HEX triplet: 6C, B8 and AF. RGB value is (108,184,175). Sum of RGB (Red+Green+Blue) = 108+184+175=467 (61% of max value = 765). Red value is 108 (42.58% from 255 or 23.13% from 467); Green value is 184 (72.27% from 255 or 39.40% from 467); Blue value is 175 (68.75% from 255 or 37.47% from 467); Max value from RGB is 184 - color contains mainly: green. Hex color #6CB8AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CB8AF is #934750. Grayscale: #A0A0A0. Windows color (decimal): -9652049 or 11516012. OLE color: 11516012.

HSL color Cylindrical-coordinate representation of color #6CB8AF: hue angle of 172.89º 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 #6CB8AF is Cyan = 0.41, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.28.

Color convert

RGB108184175-
CMYK0.4100.050.28
HSL172.89º34.86%57.25%-
HSV(B)172.89º41.3%72.16%-
XYZ31.0640.5646.75-
YUV160.25136.3290.73-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 23.13%
GREEN value IS 184 (72.27% from 255) = 39.40%
BLUE value IS 175 (68.75% from 255) = 37.47%
R=23.13%
G=39.40%
B=37.47%

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
Decimal1081841750.4100.050.28172.8934.8657.25
Hex6CB8AF29051Cad2339
Octal1542702575105342554371
Binary1101100101110001010111110100101011110010101101100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CB8AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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