#68B7A5

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

Shades of Tradewind #68B7A5

Tints of Tradewind #68B7A5

Color information

#68B7A5 (or 0x68B7A5) is unknown color: approx Tradewind. HEX triplet: 68, B7 and A5. RGB value is (104,183,165). Sum of RGB (Red+Green+Blue) = 104+183+165=452 (59% of max value = 765). Red value is 104 (41.02% from 255 or 23.01% from 452); Green value is 183 (71.88% from 255 or 40.49% from 452); Blue value is 165 (64.84% from 255 or 36.50% from 452); Max value from RGB is 183 - color contains mainly: green. Hex color #68B7A5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68B7A5 is #97485A. Grayscale: #9D9D9D. Windows color (decimal): -9914459 or 10860392. OLE color: 10860392.

HSL color Cylindrical-coordinate representation of color #68B7A5: hue angle of 166.33º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #68B7A5 is Cyan = 0.43, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.28.

Color convert

RGB104183165-
CMYK0.4300.100.28
HSL166.33º35.43%56.27%-
HSV(B)166.33º43.17%71.76%-
XYZ29.4339.5341.68-
YUV157.33132.3389.96-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 23.01%
GREEN value IS 183 (71.88% from 255) = 40.49%
BLUE value IS 165 (64.84% from 255) = 36.50%
R=23.01%
G=40.49%
B=36.50%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1041831650.4300.100.28166.3335.4356.27
Hex68B7A52B0A1Ca62338
Octal15026724553012342464370
Binary11010001011011110100101101011010101110010100110100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68B7A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,183,165); }

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

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

 a { background-color: rgb(104,183,165); }

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

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

 span { border-color: rgb(104,183,165); }

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