#68B5AE

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

Shades of Tradewind #68B5AE

Tints of Tradewind #68B5AE

Color information

#68B5AE (or 0x68B5AE) is unknown color: approx Tradewind. HEX triplet: 68, B5 and AE. RGB value is (104,181,174). Sum of RGB (Red+Green+Blue) = 104+181+174=459 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.66% from 459); Green value is 181 (71.09% from 255 or 39.43% from 459); Blue value is 174 (68.36% from 255 or 37.91% from 459); Max value from RGB is 181 - color contains mainly: green. Hex color #68B5AE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68B5AE is #974A51. Grayscale: #9D9D9D. Windows color (decimal): -9914962 or 11449704. OLE color: 11449704.

HSL color Cylindrical-coordinate representation of color #68B5AE: hue angle of 174.55º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #68B5AE is Cyan = 0.43, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB104181174-
CMYK0.4300.040.29
HSL174.55º34.22%55.88%-
HSV(B)174.55º42.54%70.98%-
XYZ29.8739.0546.01-
YUV157.18137.4990.07-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 22.66%
GREEN value IS 181 (71.09% from 255) = 39.43%
BLUE value IS 174 (68.36% from 255) = 37.91%
R=22.66%
G=39.43%
B=37.91%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1041811740.4300.040.29174.5534.2255.88
Hex68B5AE2B041Daf2238
Octal1502652565304352574270
Binary1101000101101011010111010101101001110110101111100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68B5AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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