#68A297

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

Shades of Tradewind #68A297

Tints of Tradewind #68A297

Color information

#68A297 (or 0x68A297) is unknown color: approx Tradewind. HEX triplet: 68, A2 and 97. RGB value is (104,162,151). Sum of RGB (Red+Green+Blue) = 104+162+151=417 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.94% from 417); Green value is 162 (63.67% from 255 or 38.85% from 417); Blue value is 151 (59.38% from 255 or 36.21% from 417); Max value from RGB is 162 - color contains mainly: green. Hex color #68A297 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68A297 is #975D68. Grayscale: #8F8F8F. Windows color (decimal): -9919849 or 9937512. OLE color: 9937512.

HSL color Cylindrical-coordinate representation of color #68A297: hue angle of 168.62º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #68A297 is Cyan = 0.36, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.36.

Color convert

RGB104162151-
CMYK0.3600.070.36
HSL168.62º23.77%52.16%-
HSV(B)168.62º35.8%63.53%-
XYZ24.2231.0233.99-
YUV143.4132.2899.89-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 24.94%
GREEN value IS 162 (63.67% from 255) = 38.85%
BLUE value IS 151 (59.38% from 255) = 36.21%
R=24.94%
G=38.85%
B=36.21%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1041621510.3600.070.36168.6223.7752.16
Hex68A297240724a91834
Octal1502422274407442513064
Binary1101000101000101001011110010001111001001010100111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68A297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68A297; }

 p { color: rgb(104,162,151); }

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

<style>
 a { background-color: #68A297; }

 a { background-color: rgb(104,162,151); }

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

<style>
 span { border-color: #68A297; }

 span { border-color: rgb(104,162,151); }

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