#69BAB4

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

Shades of Tradewind #69BAB4

Tints of Tradewind #69BAB4

Color information

#69BAB4 (or 0x69BAB4) is unknown color: approx Tradewind. HEX triplet: 69, BA and B4. RGB value is (105,186,180). Sum of RGB (Red+Green+Blue) = 105+186+180=471 (62% of max value = 765). Red value is 105 (41.41% from 255 or 22.29% from 471); Green value is 186 (73.05% from 255 or 39.49% from 471); Blue value is 180 (70.70% from 255 or 38.22% from 471); Max value from RGB is 186 - color contains mainly: green. Hex color #69BAB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69BAB4 is #96454B. Grayscale: #A1A1A1. Windows color (decimal): -9848140 or 11844201. OLE color: 11844201.

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

Color convert

RGB105186180-
CMYK0.4400.030.27
HSL175.56º36.99%57.06%-
HSV(B)175.56º43.55%72.94%-
XYZ31.6241.4249.51-
YUV161.1138.6687.99-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 22.29%
GREEN value IS 186 (73.05% from 255) = 39.49%
BLUE value IS 180 (70.70% from 255) = 38.22%
R=22.29%
G=39.49%
B=38.22%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1051861800.4400.030.27175.5636.9957.06
Hex69BAB42C031Bb02539
Octal1512722645403332604571
Binary110100110111010101101001011000111101110110000100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69BAB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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