#69ADA2

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

Shades of Tradewind #69ADA2

Tints of Tradewind #69ADA2

Color information

#69ADA2 (or 0x69ADA2) is unknown color: approx Tradewind. HEX triplet: 69, AD and A2. RGB value is (105,173,162). Sum of RGB (Red+Green+Blue) = 105+173+162=440 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.86% from 440); Green value is 173 (67.97% from 255 or 39.32% from 440); Blue value is 162 (63.67% from 255 or 36.82% from 440); Max value from RGB is 173 - color contains mainly: green. Hex color #69ADA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69ADA2 is #96525D. Grayscale: #979797. Windows color (decimal): -9851486 or 10661225. OLE color: 10661225.

HSL color Cylindrical-coordinate representation of color #69ADA2: hue angle of 170.29º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #69ADA2 is Cyan = 0.39, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.32.

Color convert

RGB105173162-
CMYK0.3900.060.32
HSL170.29º29.31%54.51%-
HSV(B)170.29º39.31%67.84%-
XYZ27.2935.539.6-
YUV151.41133.9794.89-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 23.86%
GREEN value IS 173 (67.97% from 255) = 39.32%
BLUE value IS 162 (63.67% from 255) = 36.82%
R=23.86%
G=39.32%
B=36.82%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1051731620.3900.060.32170.2929.3154.51
Hex69ADA2270620aa1d37
Octal1512552424706402523567
Binary1101001101011011010001010011101101000001010101011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69ADA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,173,162); }

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

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

 a { background-color: rgb(105,173,162); }

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

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

 span { border-color: rgb(105,173,162); }

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