#68bcac

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

Shades of Tradewind #68BCAC

Tints of Tradewind #68BCAC

Color information

#68BCAC (or 0x68BCAC) is unknown color: approx Tradewind. HEX triplet: 68, BC and AC. RGB value is (104,188,172). Sum of RGB (Red+Green+Blue) = 104+188+172=464 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.41% from 464); Green value is 188 (73.83% from 255 or 40.52% from 464); Blue value is 172 (67.58% from 255 or 37.07% from 464); Max value from RGB is 188 - color contains mainly: green. Hex color #68BCAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68BCAC is #974353. Grayscale: #A1A1A1. Windows color (decimal): -9913172 or 11320424. OLE color: 11320424.

HSL color Cylindrical-coordinate representation of color #68BCAC: hue angle of 168.57º 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 #68BCAC is Cyan = 0.45, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.

Color convert

RGB104188172-
CMYK0.4500.090.26
HSL168.57º38.53%57.25%-
HSV(B)168.57º44.68%73.73%-
XYZ31.1441.8945.47-
YUV161.06134.1787.3-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 22.41%
GREEN value IS 188 (73.83% from 255) = 40.52%
BLUE value IS 172 (67.58% from 255) = 37.07%
R=22.41%
G=40.52%
B=37.07%

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
Decimal1041881720.4500.090.26168.5738.5357.25
Hex68BCAC2D091Aa92739
Octal15027425455011322514771
Binary11010001011110010101100101101010011101010101001100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68bcac

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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