#69AFA0

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

Shades of Tradewind #69AFA0

Tints of Tradewind #69AFA0

Color information

#69AFA0 (or 0x69AFA0) is unknown color: approx Tradewind. HEX triplet: 69, AF and A0. RGB value is (105,175,160). Sum of RGB (Red+Green+Blue) = 105+175+160=440 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.86% from 440); Green value is 175 (68.75% from 255 or 39.77% from 440); Blue value is 160 (62.89% from 255 or 36.36% from 440); Max value from RGB is 175 - color contains mainly: green. Hex color #69AFA0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69AFA0 is #96505F. Grayscale: #989898. Windows color (decimal): -9850976 or 10530665. OLE color: 10530665.

HSL color Cylindrical-coordinate representation of color #69AFA0: hue angle of 167.14º 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 #69AFA0 is Cyan = 0.40, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.31.

Color convert

RGB105175160-
CMYK0.4000.090.31
HSL167.14º30.43%54.9%-
HSV(B)167.14º40%68.63%-
XYZ27.536.238.8-
YUV152.36132.3194.22-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 23.86%
GREEN value IS 175 (68.75% from 255) = 39.77%
BLUE value IS 160 (62.89% from 255) = 36.36%
R=23.86%
G=39.77%
B=36.36%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1051751600.4000.090.31167.1430.4354.9
Hex69AFA028091Fa71e37
Octal15125724050011372473667
Binary1101001101011111010000010100001001111111010011111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69AFA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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