#69B4A6

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

Shades of Tradewind #69B4A6

Tints of Tradewind #69B4A6

Color information

#69B4A6 (or 0x69B4A6) is unknown color: approx Tradewind. HEX triplet: 69, B4 and A6. RGB value is (105,180,166). Sum of RGB (Red+Green+Blue) = 105+180+166=451 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.28% from 451); Green value is 180 (70.70% from 255 or 39.91% from 451); Blue value is 166 (65.23% from 255 or 36.81% from 451); Max value from RGB is 180 - color contains mainly: green. Hex color #69B4A6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69B4A6 is #964B59. Grayscale: #9B9B9B. Windows color (decimal): -9849690 or 10925161. OLE color: 10925161.

HSL color Cylindrical-coordinate representation of color #69B4A6: hue angle of 168.8º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #69B4A6 is Cyan = 0.42, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.29.

Color convert

RGB105180166-
CMYK0.4200.080.29
HSL168.8º33.33%55.88%-
HSV(B)168.8º41.67%70.59%-
XYZ29.0338.441.96-
YUV155.98133.6591.64-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 23.28%
GREEN value IS 180 (70.70% from 255) = 39.91%
BLUE value IS 166 (65.23% from 255) = 36.81%
R=23.28%
G=39.91%
B=36.81%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1051801660.4200.080.29168.833.3355.88
Hex69B4A62A081Da92138
Octal15126424652010352514170
Binary11010011011010010100110101010010001110110101001100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69B4A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,180,166); }

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

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

 a { background-color: rgb(105,180,166); }

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

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

 span { border-color: rgb(105,180,166); }

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