#68BDAE

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

Shades of Tradewind #68BDAE

Tints of Tradewind #68BDAE

Color information

#68BDAE (or 0x68BDAE) is unknown color: approx Tradewind. HEX triplet: 68, BD and AE. RGB value is (104,189,174). Sum of RGB (Red+Green+Blue) = 104+189+174=467 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.27% from 467); Green value is 189 (74.22% from 255 or 40.47% from 467); Blue value is 174 (68.36% from 255 or 37.26% from 467); Max value from RGB is 189 - color contains mainly: green. Hex color #68BDAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68BDAE is #974251. Grayscale: #A1A1A1. Windows color (decimal): -9912914 or 11451752. OLE color: 11451752.

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

Color convert

RGB104189174-
CMYK0.4500.080.26
HSL169.41º39.17%57.45%-
HSV(B)169.41º44.97%74.12%-
XYZ31.5542.3946.56-
YUV161.88134.8486.72-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 22.27%
GREEN value IS 189 (74.22% from 255) = 40.47%
BLUE value IS 174 (68.36% from 255) = 37.26%
R=22.27%
G=40.47%
B=37.26%

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
Decimal1041891740.4500.080.26169.4139.1757.45
Hex68BDAE2D081Aa92739
Octal15027525655010322514771
Binary11010001011110110101110101101010001101010101001100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68BDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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