#69B9AA

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

Shades of Tradewind #69B9AA

Tints of Tradewind #69B9AA

Color information

#69B9AA (or 0x69B9AA) is unknown color: approx Tradewind. HEX triplet: 69, B9 and AA. RGB value is (105,185,170). Sum of RGB (Red+Green+Blue) = 105+185+170=460 (60% of max value = 765). Red value is 105 (41.41% from 255 or 22.83% from 460); Green value is 185 (72.66% from 255 or 40.22% from 460); Blue value is 170 (66.80% from 255 or 36.96% from 460); Max value from RGB is 185 - color contains mainly: green. Hex color #69B9AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69B9AA is #964655. Grayscale: #9F9F9F. Windows color (decimal): -9848406 or 11188585. OLE color: 11188585.

HSL color Cylindrical-coordinate representation of color #69B9AA: hue angle of 168.75º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #69B9AA is Cyan = 0.43, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB105185170-
CMYK0.4300.080.27
HSL168.75º36.36%56.86%-
HSV(B)168.75º43.24%72.55%-
XYZ30.4340.644.26-
YUV159.3713489.22-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 22.83%
GREEN value IS 185 (72.66% from 255) = 40.22%
BLUE value IS 170 (66.80% from 255) = 36.96%
R=22.83%
G=40.22%
B=36.96%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1051851700.4300.080.27168.7536.3656.86
Hex69B9AA2B081Ba92439
Octal15127125253010332514471
Binary11010011011100110101010101011010001101110101001100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69B9AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,185,170); }

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

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

 a { background-color: rgb(105,185,170); }

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

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

 span { border-color: rgb(105,185,170); }

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