#69B9AD

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

Shades of Tradewind #69B9AD

Tints of Tradewind #69B9AD

Color information

#69B9AD (or 0x69B9AD) is unknown color: approx Tradewind. HEX triplet: 69, B9 and AD. RGB value is (105,185,173). Sum of RGB (Red+Green+Blue) = 105+185+173=463 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.68% from 463); Green value is 185 (72.66% from 255 or 39.96% from 463); Blue value is 173 (67.97% from 255 or 37.37% from 463); Max value from RGB is 185 - color contains mainly: green. Hex color #69B9AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69B9AD is #964652. Grayscale: #9F9F9F. Windows color (decimal): -9848403 or 11385193. OLE color: 11385193.

HSL color Cylindrical-coordinate representation of color #69B9AD: hue angle of 171º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #69B9AD is Cyan = 0.43, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB105185173-
CMYK0.4300.060.27
HSL171º36.36%56.86%-
HSV(B)171º43.24%72.55%-
XYZ30.7240.7245.78-
YUV159.71135.588.98-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 22.68%
GREEN value IS 185 (72.66% from 255) = 39.96%
BLUE value IS 173 (67.97% from 255) = 37.37%
R=22.68%
G=39.96%
B=37.37%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1051851730.4300.060.2717136.3656.86
Hex69B9AD2B061Bab2439
Octal1512712555306332534471
Binary1101001101110011010110110101101101101110101011100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69B9AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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