#69ACA1

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

Shades of Tradewind #69ACA1

Tints of Tradewind #69ACA1

Color information

#69ACA1 (or 0x69ACA1) is unknown color: approx Tradewind. HEX triplet: 69, AC and A1. RGB value is (105,172,161). Sum of RGB (Red+Green+Blue) = 105+172+161=438 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.97% from 438); Green value is 172 (67.58% from 255 or 39.27% from 438); Blue value is 161 (63.28% from 255 or 36.76% from 438); Max value from RGB is 172 - color contains mainly: green. Hex color #69ACA1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69ACA1 is #96535E. Grayscale: #969696. Windows color (decimal): -9851743 or 10595433. OLE color: 10595433.

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

Color convert

RGB105172161-
CMYK0.3900.060.33
HSL170.15º28.76%54.31%-
HSV(B)170.15º38.95%67.45%-
XYZ27.0135.0839.07-
YUV150.71133.895.39-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 23.97%
GREEN value IS 172 (67.58% from 255) = 39.27%
BLUE value IS 161 (63.28% from 255) = 36.76%
R=23.97%
G=39.27%
B=36.76%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1051721610.3900.060.33170.1528.7654.31
Hex69ACA1270621aa1d36
Octal1512542414706412523566
Binary1101001101011001010000110011101101000011010101011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69ACA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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