#68BDAD

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

Shades of Tradewind #68BDAD

Tints of Tradewind #68BDAD

Color information

#68BDAD (or 0x68BDAD) is unknown color: approx Tradewind. HEX triplet: 68, BD and AD. RGB value is (104,189,173). Sum of RGB (Red+Green+Blue) = 104+189+173=466 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.32% from 466); Green value is 189 (74.22% from 255 or 40.56% from 466); Blue value is 173 (67.97% from 255 or 37.12% from 466); Max value from RGB is 189 - color contains mainly: green. Hex color #68BDAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68BDAD is #974252. Grayscale: #A1A1A1. Windows color (decimal): -9912915 or 11386216. OLE color: 11386216.

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

Color convert

RGB104189173-
CMYK0.4500.080.26
HSL168.71º39.17%57.45%-
HSV(B)168.71º44.97%74.12%-
XYZ31.4542.3646.05-
YUV161.76134.3486.8-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 22.32%
GREEN value IS 189 (74.22% from 255) = 40.56%
BLUE value IS 173 (67.97% from 255) = 37.12%
R=22.32%
G=40.56%
B=37.12%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1041891730.4500.080.26168.7139.1757.45
Hex68BDAD2D081Aa92739
Octal15027525555010322514771
Binary11010001011110110101101101101010001101010101001100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68BDAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,189,173); }

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

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

 a { background-color: rgb(104,189,173); }

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

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

 span { border-color: rgb(104,189,173); }

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