#68B0A0

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

Shades of Tradewind #68B0A0

Tints of Tradewind #68B0A0

Color information

#68B0A0 (or 0x68B0A0) is unknown color: approx Tradewind. HEX triplet: 68, B0 and A0. RGB value is (104,176,160). Sum of RGB (Red+Green+Blue) = 104+176+160=440 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.64% from 440); Green value is 176 (69.14% from 255 or 40% from 440); Blue value is 160 (62.89% from 255 or 36.36% from 440); Max value from RGB is 176 - color contains mainly: green. Hex color #68B0A0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68B0A0 is #974F5F. Grayscale: #989898. Windows color (decimal): -9916256 or 10530920. OLE color: 10530920.

HSL color Cylindrical-coordinate representation of color #68B0A0: hue angle of 166.67º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #68B0A0 is Cyan = 0.41, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.31.

Color convert

RGB104176160-
CMYK0.4100.090.31
HSL166.67º31.3%54.9%-
HSV(B)166.67º40.91%69.02%-
XYZ27.5836.5338.86-
YUV152.65132.1593.3-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 23.64%
GREEN value IS 176 (69.14% from 255) = 40%
BLUE value IS 160 (62.89% from 255) = 36.36%
R=23.64%
G=40%
B=36.36%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1041761600.4100.090.31166.6731.354.9
Hex68B0A029091Fa71f37
Octal15026024051011372473767
Binary1101000101100001010000010100101001111111010011111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68B0A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,176,160); }

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

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

 a { background-color: rgb(104,176,160); }

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

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

 span { border-color: rgb(104,176,160); }

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