#69A39A

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

Shades of Tradewind #69A39A

Tints of Tradewind #69A39A

Color information

#69A39A (or 0x69A39A) is unknown color: approx Tradewind. HEX triplet: 69, A3 and 9A. RGB value is (105,163,154). Sum of RGB (Red+Green+Blue) = 105+163+154=422 (55% of max value = 765). Red value is 105 (41.41% from 255 or 24.88% from 422); Green value is 163 (64.06% from 255 or 38.63% from 422); Blue value is 154 (60.55% from 255 or 36.49% from 422); Max value from RGB is 163 - color contains mainly: green. Hex color #69A39A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69A39A is #965C65. Grayscale: #909090. Windows color (decimal): -9854054 or 10134377. OLE color: 10134377.

HSL color Cylindrical-coordinate representation of color #69A39A: hue angle of 170.69º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #69A39A is Cyan = 0.36, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.36.

Color convert

RGB105163154-
CMYK0.3600.060.36
HSL170.69º23.97%52.55%-
HSV(B)170.69º35.58%63.92%-
XYZ24.7631.5335.35-
YUV144.63133.2899.73-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.88%
GREEN value IS 163 (64.06% from 255) = 38.63%
BLUE value IS 154 (60.55% from 255) = 36.49%
R=24.88%
G=38.63%
B=36.49%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1051631540.3600.060.36170.6923.9752.55
Hex69A39A240624ab1835
Octal1512432324406442533065
Binary1101001101000111001101010010001101001001010101111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69A39A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,163,154); }

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

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

 a { background-color: rgb(105,163,154); }

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

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

 span { border-color: rgb(105,163,154); }

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