#68BFB1

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

Shades of Tradewind #68BFB1

Tints of Tradewind #68BFB1

Color information

#68BFB1 (or 0x68BFB1) is unknown color: approx Tradewind. HEX triplet: 68, BF and B1. RGB value is (104,191,177). Sum of RGB (Red+Green+Blue) = 104+191+177=472 (62% of max value = 765). Red value is 104 (41.02% from 255 or 22.03% from 472); Green value is 191 (75% from 255 or 40.47% from 472); Blue value is 177 (69.53% from 255 or 37.5% from 472); Max value from RGB is 191 - color contains mainly: green. Hex color #68BFB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68BFB1 is #97404E. Grayscale: #A3A3A3. Windows color (decimal): -9912399 or 11648872. OLE color: 11648872.

HSL color Cylindrical-coordinate representation of color #68BFB1: hue angle of 170.34º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #68BFB1 is Cyan = 0.46, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.25.

Color convert

RGB104191177-
CMYK0.4600.070.25
HSL170.34º40.47%57.84%-
HSV(B)170.34º45.55%74.9%-
XYZ32.2843.3848.27-
YUV163.39135.6885.64-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 22.03%
GREEN value IS 191 (75% from 255) = 40.47%
BLUE value IS 177 (69.53% from 255) = 37.5%
R=22.03%
G=40.47%
B=37.5%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1041911770.4600.070.25170.3440.4757.84
Hex68BFB12E0719aa283a
Octal1502772615607312525072
Binary1101000101111111011000110111001111100110101010101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68BFB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,191,177); }

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

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

 a { background-color: rgb(104,191,177); }

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

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

 span { border-color: rgb(104,191,177); }

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