#69AFA4

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

Shades of Tradewind #69AFA4

Tints of Tradewind #69AFA4

Color information

#69AFA4 (or 0x69AFA4) is unknown color: approx Tradewind. HEX triplet: 69, AF and A4. RGB value is (105,175,164). Sum of RGB (Red+Green+Blue) = 105+175+164=444 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.65% from 444); Green value is 175 (68.75% from 255 or 39.41% from 444); Blue value is 164 (64.45% from 255 or 36.94% from 444); Max value from RGB is 175 - color contains mainly: green. Hex color #69AFA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69AFA4 is #96505B. Grayscale: #989898. Windows color (decimal): -9850972 or 10792809. OLE color: 10792809.

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

Color convert

RGB105175164-
CMYK0.4000.060.31
HSL170.57º30.43%54.9%-
HSV(B)170.57º40%68.63%-
XYZ27.8636.3440.67-
YUV152.82134.3193.89-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 23.65%
GREEN value IS 175 (68.75% from 255) = 39.41%
BLUE value IS 164 (64.45% from 255) = 36.94%
R=23.65%
G=39.41%
B=36.94%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1051751640.4000.060.31170.5730.4354.9
Hex69AFA428061Fab1e37
Octal1512572445006372533667
Binary110100110101111101001001010000110111111010101111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69AFA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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