#69BBAE

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

Shades of Tradewind #69BBAE

Tints of Tradewind #69BBAE

Color information

#69BBAE (or 0x69BBAE) is unknown color: approx Tradewind. HEX triplet: 69, BB and AE. RGB value is (105,187,174). Sum of RGB (Red+Green+Blue) = 105+187+174=466 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.53% from 466); Green value is 187 (73.44% from 255 or 40.13% from 466); Blue value is 174 (68.36% from 255 or 37.34% from 466); Max value from RGB is 187 - color contains mainly: green. Hex color #69BBAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69BBAE is #964451. Grayscale: #A0A0A0. Windows color (decimal): -9847890 or 11451241. OLE color: 11451241.

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

Color convert

RGB105187174-
CMYK0.4400.070.27
HSL170.49º37.61%57.25%-
HSV(B)170.49º43.85%73.33%-
XYZ31.2441.646.43-
YUV161135.3388.06-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 22.53%
GREEN value IS 187 (73.44% from 255) = 40.13%
BLUE value IS 174 (68.36% from 255) = 37.34%
R=22.53%
G=40.13%
B=37.34%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1051871740.4400.070.27170.4937.6157.25
Hex69BBAE2C071Baa2639
Octal1512732565407332524671
Binary1101001101110111010111010110001111101110101010100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69BBAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,187,174); }

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

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

 a { background-color: rgb(105,187,174); }

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

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

 span { border-color: rgb(105,187,174); }

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