#6CA99F

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

Shades of Tradewind #6CA99F

Tints of Tradewind #6CA99F

Color information

#6CA99F (or 0x6CA99F) is unknown color: approx Tradewind. HEX triplet: 6C, A9 and 9F. RGB value is (108,169,159). Sum of RGB (Red+Green+Blue) = 108+169+159=436 (57% of max value = 765). Red value is 108 (42.58% from 255 or 24.77% from 436); Green value is 169 (66.41% from 255 or 38.76% from 436); Blue value is 159 (62.5% from 255 or 36.47% from 436); Max value from RGB is 169 - color contains mainly: green. Hex color #6CA99F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6CA99F is #935660. Grayscale: #959595. Windows color (decimal): -9655905 or 10463596. OLE color: 10463596.

HSL color Cylindrical-coordinate representation of color #6CA99F: hue angle of 170.16º degrees, saturation: 0.26, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6CA99F is Cyan = 0.36, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.34.

Color convert

RGB108169159-
CMYK0.3600.060.34
HSL170.16º26.18%54.31%-
HSV(B)170.16º36.09%66.27%-
XYZ26.6334.0737.97-
YUV149.62133.2998.31-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 24.77%
GREEN value IS 169 (66.41% from 255) = 38.76%
BLUE value IS 159 (62.5% from 255) = 36.47%
R=24.77%
G=38.76%
B=36.47%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1081691590.3600.060.34170.1626.1854.31
Hex6CA99F240622aa1a36
Octal1542512374406422523266
Binary1101100101010011001111110010001101000101010101011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CA99F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,169,159); }

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

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

 a { background-color: rgb(108,169,159); }

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

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

 span { border-color: rgb(108,169,159); }

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