#69AFA6

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

Shades of Tradewind #69AFA6

Tints of Tradewind #69AFA6

Color information

#69AFA6 (or 0x69AFA6) is unknown color: approx Tradewind. HEX triplet: 69, AF and A6. RGB value is (105,175,166). Sum of RGB (Red+Green+Blue) = 105+175+166=446 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.54% from 446); Green value is 175 (68.75% from 255 or 39.24% from 446); Blue value is 166 (65.23% from 255 or 37.22% from 446); Max value from RGB is 175 - color contains mainly: green. Hex color #69AFA6 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69AFA6 is #965059. Grayscale: #999999. Windows color (decimal): -9850970 or 10923881. OLE color: 10923881.

HSL color Cylindrical-coordinate representation of color #69AFA6: hue angle of 172.29º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #69AFA6 is Cyan = 0.40, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.31.

Color convert

RGB105175166-
CMYK0.4000.050.31
HSL172.29º30.43%54.9%-
HSV(B)172.29º40%68.63%-
XYZ28.0436.4241.63-
YUV153.04135.3193.73-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 23.54%
GREEN value IS 175 (68.75% from 255) = 39.24%
BLUE value IS 166 (65.23% from 255) = 37.22%
R=23.54%
G=39.24%
B=37.22%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1051751660.4000.050.31172.2930.4354.9
Hex69AFA628051Fac1e37
Octal1512572465005372543667
Binary110100110101111101001101010000101111111010110011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69AFA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,175,166); }

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

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

 a { background-color: rgb(105,175,166); }

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

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

 span { border-color: rgb(105,175,166); }

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