#69B6AD

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

Shades of Tradewind #69B6AD

Tints of Tradewind #69B6AD

Color information

#69B6AD (or 0x69B6AD) is unknown color: approx Tradewind. HEX triplet: 69, B6 and AD. RGB value is (105,182,173). Sum of RGB (Red+Green+Blue) = 105+182+173=460 (60% of max value = 765). Red value is 105 (41.41% from 255 or 22.83% from 460); Green value is 182 (71.48% from 255 or 39.57% from 460); Blue value is 173 (67.97% from 255 or 37.61% from 460); Max value from RGB is 182 - color contains mainly: green. Hex color #69B6AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69B6AD is #964952. Grayscale: #9D9D9D. Windows color (decimal): -9849171 or 11384425. OLE color: 11384425.

HSL color Cylindrical-coordinate representation of color #69B6AD: hue angle of 172.99º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #69B6AD is Cyan = 0.42, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.29.

Color convert

RGB105182173-
CMYK0.4200.050.29
HSL172.99º34.53%56.27%-
HSV(B)172.99º42.31%71.37%-
XYZ30.139.4845.57-
YUV157.95136.4990.23-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 22.83%
GREEN value IS 182 (71.48% from 255) = 39.57%
BLUE value IS 173 (67.97% from 255) = 37.61%
R=22.83%
G=39.57%
B=37.61%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1051821730.4200.050.29172.9934.5356.27
Hex69B6AD2A051Dad2338
Octal1512662555205352554370
Binary1101001101101101010110110101001011110110101101100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69B6AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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