#69ABAA

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

Shades of Tradewind #69ABAA

Tints of Tradewind #69ABAA

Color information

#69ABAA (or 0x69ABAA) is unknown color: approx Tradewind. HEX triplet: 69, AB and AA. RGB value is (105,171,170). Sum of RGB (Red+Green+Blue) = 105+171+170=446 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.54% from 446); Green value is 171 (67.19% from 255 or 38.34% from 446); Blue value is 170 (66.80% from 255 or 38.12% from 446); Max value from RGB is 171 - color contains mainly: green. Hex color #69ABAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69ABAA is #965455. Grayscale: #979797. Windows color (decimal): -9851990 or 11185001. OLE color: 11185001.

HSL color Cylindrical-coordinate representation of color #69ABAA: hue angle of 179.09º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #69ABAA is Cyan = 0.39, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB105171170-
CMYK0.3900.010.33
HSL179.09º28.21%54.12%-
HSV(B)179.09º38.6%67.06%-
XYZ27.6435.0343.33-
YUV151.15138.6395.08-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 23.54%
GREEN value IS 171 (67.19% from 255) = 38.34%
BLUE value IS 170 (66.80% from 255) = 38.12%
R=23.54%
G=38.34%
B=38.12%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1051711700.3900.010.33179.0928.2154.12
Hex69ABAA270121b31c36
Octal1512532524701412633466
Binary11010011010101110101010100111011000011011001111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69ABAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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