#69B3AD

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

Shades of Tradewind #69B3AD

Tints of Tradewind #69B3AD

Color information

#69B3AD (or 0x69B3AD) is unknown color: approx Tradewind. HEX triplet: 69, B3 and AD. RGB value is (105,179,173). Sum of RGB (Red+Green+Blue) = 105+179+173=457 (60% of max value = 765). Red value is 105 (41.41% from 255 or 22.98% from 457); Green value is 179 (70.31% from 255 or 39.17% from 457); Blue value is 173 (67.97% from 255 or 37.86% from 457); Max value from RGB is 179 - color contains mainly: green. Hex color #69B3AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69B3AD is #964C52. Grayscale: #9C9C9C. Windows color (decimal): -9849939 or 11383657. OLE color: 11383657.

HSL color Cylindrical-coordinate representation of color #69B3AD: hue angle of 175.14º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #69B3AD is Cyan = 0.41, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.30.

Color convert

RGB105179173-
CMYK0.4100.030.30
HSL175.14º32.74%55.69%-
HSV(B)175.14º41.34%70.2%-
XYZ29.4938.2645.37-
YUV156.19137.4891.49-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 22.98%
GREEN value IS 179 (70.31% from 255) = 39.17%
BLUE value IS 173 (67.97% from 255) = 37.86%
R=22.98%
G=39.17%
B=37.86%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1051791730.4100.030.30175.1432.7455.69
Hex69B3AD29031Eaf2138
Octal1512632555103362574170
Binary110100110110011101011011010010111111010101111100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69B3AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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