#68BCAB

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

Shades of Tradewind #68BCAB

Tints of Tradewind #68BCAB

Color information

#68BCAB (or 0x68BCAB) is unknown color: approx Tradewind. HEX triplet: 68, BC and AB. RGB value is (104,188,171). Sum of RGB (Red+Green+Blue) = 104+188+171=463 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.46% from 463); Green value is 188 (73.83% from 255 or 40.60% from 463); Blue value is 171 (67.19% from 255 or 36.93% from 463); Max value from RGB is 188 - color contains mainly: green. Hex color #68BCAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68BCAB is #974354. Grayscale: #A0A0A0. Windows color (decimal): -9913173 or 11254888. OLE color: 11254888.

HSL color Cylindrical-coordinate representation of color #68BCAB: hue angle of 167.86º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #68BCAB is Cyan = 0.45, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.

Color convert

RGB104188171-
CMYK0.4500.090.26
HSL167.86º38.53%57.25%-
HSV(B)167.86º44.68%73.73%-
XYZ31.0441.8544.97-
YUV160.95133.6787.38-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 22.46%
GREEN value IS 188 (73.83% from 255) = 40.60%
BLUE value IS 171 (67.19% from 255) = 36.93%
R=22.46%
G=40.60%
B=36.93%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1041881710.4500.090.26167.8638.5357.25
Hex68BCAB2D091Aa82739
Octal15027425355011322504771
Binary11010001011110010101011101101010011101010101000100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68BCAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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