#68B9AF

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

Shades of Tradewind #68B9AF

Tints of Tradewind #68B9AF

Color information

#68B9AF (or 0x68B9AF) is unknown color: approx Tradewind. HEX triplet: 68, B9 and AF. RGB value is (104,185,175). Sum of RGB (Red+Green+Blue) = 104+185+175=464 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.41% from 464); Green value is 185 (72.66% from 255 or 39.87% from 464); Blue value is 175 (68.75% from 255 or 37.72% from 464); Max value from RGB is 185 - color contains mainly: green. Hex color #68B9AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68B9AF is #974650. Grayscale: #9F9F9F. Windows color (decimal): -9913937 or 11516264. OLE color: 11516264.

HSL color Cylindrical-coordinate representation of color #68B9AF: hue angle of 172.59º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #68B9AF is Cyan = 0.44, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.

Color convert

RGB104185175-
CMYK0.4400.050.27
HSL172.59º36.65%56.67%-
HSV(B)172.59º43.78%72.55%-
XYZ30.840.7446.8-
YUV159.64136.6688.31-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 22.41%
GREEN value IS 185 (72.66% from 255) = 39.87%
BLUE value IS 175 (68.75% from 255) = 37.72%
R=22.41%
G=39.87%
B=37.72%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1041851750.4400.050.27172.5936.6556.67
Hex68B9AF2C051Bad2539
Octal1502712575405332554571
Binary1101000101110011010111110110001011101110101101100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68B9AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,185,175); }

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

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

 a { background-color: rgb(104,185,175); }

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

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

 span { border-color: rgb(104,185,175); }

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