#69ACA7

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

Shades of Tradewind #69ACA7

Tints of Tradewind #69ACA7

Color information

#69ACA7 (or 0x69ACA7) is unknown color: approx Tradewind. HEX triplet: 69, AC and A7. RGB value is (105,172,167). Sum of RGB (Red+Green+Blue) = 105+172+167=444 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.65% from 444); Green value is 172 (67.58% from 255 or 38.74% from 444); Blue value is 167 (65.62% from 255 or 37.61% from 444); Max value from RGB is 172 - color contains mainly: green. Hex color #69ACA7 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69ACA7 is #965358. Grayscale: #979797. Windows color (decimal): -9851737 or 10988649. OLE color: 10988649.

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

Color convert

RGB105172167-
CMYK0.3900.030.33
HSL175.52º28.76%54.31%-
HSV(B)175.52º38.95%67.45%-
XYZ27.5535.341.92-
YUV151.4136.894.91-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 23.65%
GREEN value IS 172 (67.58% from 255) = 38.74%
BLUE value IS 167 (65.62% from 255) = 37.61%
R=23.65%
G=38.74%
B=37.61%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1051721670.3900.030.33175.5228.7654.31
Hex69ACA7270321b01d36
Octal1512542474703412603566
Binary110100110101100101001111001110111000011011000011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69ACA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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