#69AEA1

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

Shades of Tradewind #69AEA1

Tints of Tradewind #69AEA1

Color information

#69AEA1 (or 0x69AEA1) is unknown color: approx Tradewind. HEX triplet: 69, AE and A1. RGB value is (105,174,161). Sum of RGB (Red+Green+Blue) = 105+174+161=440 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.86% from 440); Green value is 174 (68.36% from 255 or 39.55% from 440); Blue value is 161 (63.28% from 255 or 36.59% from 440); Max value from RGB is 174 - color contains mainly: green. Hex color #69AEA1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69AEA1 is #96515E. Grayscale: #979797. Windows color (decimal): -9851231 or 10595945. OLE color: 10595945.

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

Color convert

RGB105174161-
CMYK0.4000.070.32
HSL168.7º29.87%54.71%-
HSV(B)168.7º39.66%68.24%-
XYZ27.3935.8539.19-
YUV151.89133.1494.56-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 23.86%
GREEN value IS 174 (68.36% from 255) = 39.55%
BLUE value IS 161 (63.28% from 255) = 36.59%
R=23.86%
G=39.55%
B=36.59%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1051741610.4000.070.32168.729.8754.71
Hex69AEA1280720a91e37
Octal1512562415007402513667
Binary1101001101011101010000110100001111000001010100111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69AEA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,174,161); }

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

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

 a { background-color: rgb(105,174,161); }

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

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

 span { border-color: rgb(105,174,161); }

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