#69AFA7

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

Shades of Tradewind #69AFA7

Tints of Tradewind #69AFA7

Color information

#69AFA7 (or 0x69AFA7) is unknown color: approx Tradewind. HEX triplet: 69, AF and A7. RGB value is (105,175,167). Sum of RGB (Red+Green+Blue) = 105+175+167=447 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.49% from 447); Green value is 175 (68.75% from 255 or 39.15% from 447); Blue value is 167 (65.62% from 255 or 37.36% from 447); Max value from RGB is 175 - color contains mainly: green. Hex color #69AFA7 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69AFA7 is #965058. Grayscale: #999999. Windows color (decimal): -9850969 or 10989417. OLE color: 10989417.

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

Color convert

RGB105175167-
CMYK0.4000.050.31
HSL173.14º30.43%54.9%-
HSV(B)173.14º40%68.63%-
XYZ28.1336.4542.11-
YUV153.16135.8193.65-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 23.49%
GREEN value IS 175 (68.75% from 255) = 39.15%
BLUE value IS 167 (65.62% from 255) = 37.36%
R=23.49%
G=39.15%
B=37.36%

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
Decimal1051751670.4000.050.31173.1430.4354.9
Hex69AFA728051Fad1e37
Octal1512572475005372553667
Binary110100110101111101001111010000101111111010110111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69AFA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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