#69ACA0

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

Shades of Tradewind #69ACA0

Tints of Tradewind #69ACA0

Color information

#69ACA0 (or 0x69ACA0) is unknown color: approx Tradewind. HEX triplet: 69, AC and A0. RGB value is (105,172,160). Sum of RGB (Red+Green+Blue) = 105+172+160=437 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.03% from 437); Green value is 172 (67.58% from 255 or 39.36% from 437); Blue value is 160 (62.89% from 255 or 36.61% from 437); Max value from RGB is 172 - color contains mainly: green. Hex color #69ACA0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69ACA0 is #96535F. Grayscale: #969696. Windows color (decimal): -9851744 or 10529897. OLE color: 10529897.

HSL color Cylindrical-coordinate representation of color #69ACA0: hue angle of 169.25º degrees, saturation: 0.29, 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 #69ACA0 is Cyan = 0.39, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.33.

Color convert

RGB105172160-
CMYK0.3900.070.33
HSL169.25º28.76%54.31%-
HSV(B)169.25º38.95%67.45%-
XYZ26.9235.0538.6-
YUV150.6133.395.48-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.03%
GREEN value IS 172 (67.58% from 255) = 39.36%
BLUE value IS 160 (62.89% from 255) = 36.61%
R=24.03%
G=39.36%
B=36.61%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1051721600.3900.070.33169.2528.7654.31
Hex69ACA0270721a91d36
Octal1512542404707412513566
Binary1101001101011001010000010011101111000011010100111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69ACA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,172,160); }

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

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

 a { background-color: rgb(105,172,160); }

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

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

 span { border-color: rgb(105,172,160); }

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