#69B3AF

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

Shades of Tradewind #69B3AF

Tints of Tradewind #69B3AF

Color information

#69B3AF (or 0x69B3AF) is unknown color: approx Tradewind. HEX triplet: 69, B3 and AF. RGB value is (105,179,175). Sum of RGB (Red+Green+Blue) = 105+179+175=459 (60% of max value = 765). Red value is 105 (41.41% from 255 or 22.88% from 459); Green value is 179 (70.31% from 255 or 39.00% from 459); Blue value is 175 (68.75% from 255 or 38.13% from 459); Max value from RGB is 179 - color contains mainly: green. Hex color #69B3AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69B3AF is #964C50. Grayscale: #9C9C9C. Windows color (decimal): -9849937 or 11514729. OLE color: 11514729.

HSL color Cylindrical-coordinate representation of color #69B3AF: hue angle of 176.76º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #69B3AF is Cyan = 0.41, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.30.

Color convert

RGB105179175-
CMYK0.4100.020.30
HSL176.76º32.74%55.69%-
HSV(B)176.76º41.34%70.2%-
XYZ29.6838.3446.39-
YUV156.42138.4891.33-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 22.88%
GREEN value IS 179 (70.31% from 255) = 39.00%
BLUE value IS 175 (68.75% from 255) = 38.13%
R=22.88%
G=39.00%
B=38.13%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1051791750.4100.020.30176.7632.7455.69
Hex69B3AF29021Eb12138
Octal1512632575102362614170
Binary110100110110011101011111010010101111010110001100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69B3AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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