#6CA39E

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

Shades of Tradewind #6CA39E

Tints of Tradewind #6CA39E

Color information

#6CA39E (or 0x6CA39E) is unknown color: approx Tradewind. HEX triplet: 6C, A3 and 9E. RGB value is (108,163,158). Sum of RGB (Red+Green+Blue) = 108+163+158=429 (56% of max value = 765). Red value is 108 (42.58% from 255 or 25.17% from 429); Green value is 163 (64.06% from 255 or 38.00% from 429); Blue value is 158 (62.11% from 255 or 36.83% from 429); Max value from RGB is 163 - color contains mainly: green. Hex color #6CA39E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6CA39E is #935C61. Grayscale: #919191. Windows color (decimal): -9657442 or 10396524. OLE color: 10396524.

HSL color Cylindrical-coordinate representation of color #6CA39E: hue angle of 174.55º degrees, saturation: 0.23, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6CA39E is Cyan = 0.34, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.36.

Color convert

RGB108163158-
CMYK0.3400.030.36
HSL174.55º23.01%53.14%-
HSV(B)174.55º33.74%63.92%-
XYZ25.4531.8537.15-
YUV145.99134.78100.91-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 25.17%
GREEN value IS 163 (64.06% from 255) = 38.00%
BLUE value IS 158 (62.11% from 255) = 36.83%
R=25.17%
G=38.00%
B=36.83%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1081631580.3400.030.36174.5523.0153.14
Hex6CA39E220324af1735
Octal1542432364203442572765
Binary110110010100011100111101000100111001001010111110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CA39E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,163,158); }

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

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

 a { background-color: rgb(108,163,158); }

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

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

 span { border-color: rgb(108,163,158); }

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