#68BBB1

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

Shades of Tradewind #68BBB1

Tints of Tradewind #68BBB1

Color information

#68BBB1 (or 0x68BBB1) is unknown color: approx Tradewind. HEX triplet: 68, BB and B1. RGB value is (104,187,177). Sum of RGB (Red+Green+Blue) = 104+187+177=468 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.22% from 468); Green value is 187 (73.44% from 255 or 39.96% from 468); Blue value is 177 (69.53% from 255 or 37.82% from 468); Max value from RGB is 187 - color contains mainly: green. Hex color #68BBB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68BBB1 is #97444E. Grayscale: #A1A1A1. Windows color (decimal): -9913423 or 11647848. OLE color: 11647848.

HSL color Cylindrical-coordinate representation of color #68BBB1: hue angle of 172.77º degrees, saturation: 0.38, 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 #68BBB1 is Cyan = 0.44, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.

Color convert

RGB104187177-
CMYK0.4400.050.27
HSL172.77º37.9%57.06%-
HSV(B)172.77º44.39%73.33%-
XYZ31.4241.6647.98-
YUV161.0413787.31-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 22.22%
GREEN value IS 187 (73.44% from 255) = 39.96%
BLUE value IS 177 (69.53% from 255) = 37.82%
R=22.22%
G=39.96%
B=37.82%

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
Decimal1041871770.4400.050.27172.7737.957.06
Hex68BBB12C051Bad2639
Octal1502732615405332554671
Binary1101000101110111011000110110001011101110101101100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68BBB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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