#68B7AB

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

Shades of Tradewind #68B7AB

Tints of Tradewind #68B7AB

Color information

#68B7AB (or 0x68B7AB) is unknown color: approx Tradewind. HEX triplet: 68, B7 and AB. RGB value is (104,183,171). Sum of RGB (Red+Green+Blue) = 104+183+171=458 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.71% from 458); Green value is 183 (71.88% from 255 or 39.96% from 458); Blue value is 171 (67.19% from 255 or 37.34% from 458); Max value from RGB is 183 - color contains mainly: green. Hex color #68B7AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68B7AB is #974854. Grayscale: #9D9D9D. Windows color (decimal): -9914453 or 11253608. OLE color: 11253608.

HSL color Cylindrical-coordinate representation of color #68B7AB: hue angle of 170.89º 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 #68B7AB is Cyan = 0.43, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.28.

Color convert

RGB104183171-
CMYK0.4300.070.28
HSL170.89º35.43%56.27%-
HSV(B)170.89º43.17%71.76%-
XYZ29.9939.7544.62-
YUV158.01135.3389.48-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 22.71%
GREEN value IS 183 (71.88% from 255) = 39.96%
BLUE value IS 171 (67.19% from 255) = 37.34%
R=22.71%
G=39.96%
B=37.34%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1041831710.4300.070.28170.8935.4356.27
Hex68B7AB2B071Cab2338
Octal1502672535307342534370
Binary1101000101101111010101110101101111110010101011100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68B7AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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