#68B8B2

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

Shades of Tradewind #68B8B2

Tints of Tradewind #68B8B2

Color information

#68B8B2 (or 0x68B8B2) is unknown color: approx Tradewind. HEX triplet: 68, B8 and B2. RGB value is (104,184,178). Sum of RGB (Red+Green+Blue) = 104+184+178=466 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.32% from 466); Green value is 184 (72.27% from 255 or 39.48% from 466); Blue value is 178 (69.92% from 255 or 38.20% from 466); Max value from RGB is 184 - color contains mainly: green. Hex color #68B8B2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68B8B2 is #97474D. Grayscale: #9F9F9F. Windows color (decimal): -9914190 or 11712616. OLE color: 11712616.

HSL color Cylindrical-coordinate representation of color #68B8B2: hue angle of 175.5º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #68B8B2 is Cyan = 0.43, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.28.

Color convert

RGB104184178-
CMYK0.4300.030.28
HSL175.5º36.04%56.47%-
HSV(B)175.5º43.48%72.16%-
XYZ30.8940.4448.3-
YUV159.4138.588.49-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 22.32%
GREEN value IS 184 (72.27% from 255) = 39.48%
BLUE value IS 178 (69.92% from 255) = 38.20%
R=22.32%
G=39.48%
B=38.20%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1041841780.4300.030.28175.536.0456.47
Hex68B8B22B031Cb02438
Octal1502702625303342604470
Binary110100010111000101100101010110111110010110000100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68B8B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,184,178); }

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

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

 a { background-color: rgb(104,184,178); }

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

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

 span { border-color: rgb(104,184,178); }

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