#69b3ab

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

Shades of Tradewind #69B3AB

Tints of Tradewind #69B3AB

Color information

#69B3AB (or 0x69B3AB) is unknown color: approx Tradewind. HEX triplet: 69, B3 and AB. RGB value is (105,179,171). Sum of RGB (Red+Green+Blue) = 105+179+171=455 (60% of max value = 765). Red value is 105 (41.41% from 255 or 23.08% from 455); Green value is 179 (70.31% from 255 or 39.34% from 455); Blue value is 171 (67.19% from 255 or 37.58% from 455); Max value from RGB is 179 - color contains mainly: green. Hex color #69B3AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69B3AB is #964C54. Grayscale: #9B9B9B. Windows color (decimal): -9849941 or 11252585. OLE color: 11252585.

HSL color Cylindrical-coordinate representation of color #69B3AB: hue angle of 173.51º 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 #69B3AB is Cyan = 0.41, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.30.

Color convert

RGB105179171-
CMYK0.4100.040.30
HSL173.51º32.74%55.69%-
HSV(B)173.51º41.34%70.2%-
XYZ29.338.1844.35-
YUV155.96136.4891.65-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 23.08%
GREEN value IS 179 (70.31% from 255) = 39.34%
BLUE value IS 171 (67.19% from 255) = 37.58%
R=23.08%
G=39.34%
B=37.58%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1051791710.4100.040.30173.5132.7455.69
Hex69B3AB29041Eae2138
Octal1512632535104362564170
Binary1101001101100111010101110100101001111010101110100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69b3ab

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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