#69BAB2

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

Shades of Tradewind #69BAB2

Tints of Tradewind #69BAB2

Color information

#69BAB2 (or 0x69BAB2) is unknown color: approx Tradewind. HEX triplet: 69, BA and B2. RGB value is (105,186,178). Sum of RGB (Red+Green+Blue) = 105+186+178=469 (62% of max value = 765). Red value is 105 (41.41% from 255 or 22.39% from 469); Green value is 186 (73.05% from 255 or 39.66% from 469); Blue value is 178 (69.92% from 255 or 37.95% from 469); Max value from RGB is 186 - color contains mainly: green. Hex color #69BAB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69BAB2 is #96454D. Grayscale: #A0A0A0. Windows color (decimal): -9848142 or 11713129. OLE color: 11713129.

HSL color Cylindrical-coordinate representation of color #69BAB2: hue angle of 174.07º 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 #69BAB2 is Cyan = 0.44, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.27.

Color convert

RGB105186178-
CMYK0.4400.040.27
HSL174.07º36.99%57.06%-
HSV(B)174.07º43.55%72.94%-
XYZ31.4241.3448.44-
YUV160.87137.6688.15-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 22.39%
GREEN value IS 186 (73.05% from 255) = 39.66%
BLUE value IS 178 (69.92% from 255) = 37.95%
R=22.39%
G=39.66%
B=37.95%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1051861780.4400.040.27174.0736.9957.06
Hex69BAB22C041Bae2539
Octal1512722625404332564571
Binary1101001101110101011001010110001001101110101110100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69BAB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69BAB2; }

 p { color: rgb(105,186,178); }

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

<style>
 a { background-color: #69BAB2; }

 a { background-color: rgb(105,186,178); }

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

<style>
 span { border-color: #69BAB2; }

 span { border-color: rgb(105,186,178); }

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