#68AB9E

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

Shades of Tradewind #68AB9E

Tints of Tradewind #68AB9E

Color information

#68AB9E (or 0x68AB9E) is unknown color: approx Tradewind. HEX triplet: 68, AB and 9E. RGB value is (104,171,158). Sum of RGB (Red+Green+Blue) = 104+171+158=433 (57% of max value = 765). Red value is 104 (41.02% from 255 or 24.02% from 433); Green value is 171 (67.19% from 255 or 39.49% from 433); Blue value is 158 (62.11% from 255 or 36.49% from 433); Max value from RGB is 171 - color contains mainly: green. Hex color #68AB9E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68AB9E is #975461. Grayscale: #959595. Windows color (decimal): -9917538 or 10398568. OLE color: 10398568.

HSL color Cylindrical-coordinate representation of color #68AB9E: hue angle of 168.36º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #68AB9E is Cyan = 0.39, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB104171158-
CMYK0.3900.080.33
HSL168.36º28.51%53.92%-
HSV(B)168.36º39.18%67.06%-
XYZ26.4434.5437.62-
YUV149.48132.895.56-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 24.02%
GREEN value IS 171 (67.19% from 255) = 39.49%
BLUE value IS 158 (62.11% from 255) = 36.49%
R=24.02%
G=39.49%
B=36.49%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1041711580.3900.080.33168.3628.5153.92
Hex68AB9E270821a81d36
Octal15025323647010412503566
Binary11010001010101110011110100111010001000011010100011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68AB9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,171,158); }

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

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

 a { background-color: rgb(104,171,158); }

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

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

 span { border-color: rgb(104,171,158); }

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