#69B7A5

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

Shades of Tradewind #69B7A5

Tints of Tradewind #69B7A5

Color information

#69B7A5 (or 0x69B7A5) is unknown color: approx Tradewind. HEX triplet: 69, B7 and A5. RGB value is (105,183,165). Sum of RGB (Red+Green+Blue) = 105+183+165=453 (60% of max value = 765). Red value is 105 (41.41% from 255 or 23.18% from 453); Green value is 183 (71.88% from 255 or 40.40% from 453); Blue value is 165 (64.84% from 255 or 36.42% from 453); Max value from RGB is 183 - color contains mainly: green. Hex color #69B7A5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69B7A5 is #96485A. Grayscale: #9D9D9D. Windows color (decimal): -9848923 or 10860393. OLE color: 10860393.

HSL color Cylindrical-coordinate representation of color #69B7A5: hue angle of 166.15º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #69B7A5 is Cyan = 0.43, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.28.

Color convert

RGB105183165-
CMYK0.4300.100.28
HSL166.15º35.14%56.47%-
HSV(B)166.15º42.62%71.76%-
XYZ29.5539.5941.68-
YUV157.63132.1690.46-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 23.18%
GREEN value IS 183 (71.88% from 255) = 40.40%
BLUE value IS 165 (64.84% from 255) = 36.42%
R=23.18%
G=40.40%
B=36.42%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1051831650.4300.100.28166.1535.1456.47
Hex69B7A52B0A1Ca62338
Octal15126724553012342464370
Binary11010011011011110100101101011010101110010100110100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69B7A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,183,165); }

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

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

 a { background-color: rgb(105,183,165); }

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

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

 span { border-color: rgb(105,183,165); }

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