#69B0AD

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

Shades of Tradewind #69B0AD

Tints of Tradewind #69B0AD

Color information

#69B0AD (or 0x69B0AD) is unknown color: approx Tradewind. HEX triplet: 69, B0 and AD. RGB value is (105,176,173). Sum of RGB (Red+Green+Blue) = 105+176+173=454 (60% of max value = 765). Red value is 105 (41.41% from 255 or 23.13% from 454); Green value is 176 (69.14% from 255 or 38.77% from 454); Blue value is 173 (67.97% from 255 or 38.11% from 454); Max value from RGB is 176 - color contains mainly: green. Hex color #69B0AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69B0AD is #964F52. Grayscale: #9A9A9A. Windows color (decimal): -9850707 or 11382889. OLE color: 11382889.

HSL color Cylindrical-coordinate representation of color #69B0AD: hue angle of 177.46º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #69B0AD is Cyan = 0.40, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB105176173-
CMYK0.4000.020.31
HSL177.46º31%55.1%-
HSV(B)177.46º40.34%69.02%-
XYZ28.8937.0745.17-
YUV154.43138.4892.74-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 23.13%
GREEN value IS 176 (69.14% from 255) = 38.77%
BLUE value IS 173 (67.97% from 255) = 38.11%
R=23.13%
G=38.77%
B=38.11%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1051761730.4000.020.31177.463155.1
Hex69B0AD28021Fb11f37
Octal1512602555002372613767
Binary11010011011000010101101101000010111111011000111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69B0AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,176,173); }

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

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

 a { background-color: rgb(105,176,173); }

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

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

 span { border-color: rgb(105,176,173); }

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