#69BCAF

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

Shades of Tradewind #69BCAF

Tints of Tradewind #69BCAF

Color information

#69BCAF (or 0x69BCAF) is unknown color: approx Tradewind. HEX triplet: 69, BC and AF. RGB value is (105,188,175). Sum of RGB (Red+Green+Blue) = 105+188+175=468 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.44% from 468); Green value is 188 (73.83% from 255 or 40.17% from 468); Blue value is 175 (68.75% from 255 or 37.39% from 468); Max value from RGB is 188 - color contains mainly: green. Hex color #69BCAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69BCAF is #964350. Grayscale: #A1A1A1. Windows color (decimal): -9847633 or 11517033. OLE color: 11517033.

HSL color Cylindrical-coordinate representation of color #69BCAF: hue angle of 170.6º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #69BCAF is Cyan = 0.44, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.

Color convert

RGB105188175-
CMYK0.4400.070.26
HSL170.6º38.25%57.45%-
HSV(B)170.6º44.15%73.73%-
XYZ31.5542.0647.01-
YUV161.7135.587.56-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 22.44%
GREEN value IS 188 (73.83% from 255) = 40.17%
BLUE value IS 175 (68.75% from 255) = 37.39%
R=22.44%
G=40.17%
B=37.39%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1051881750.4400.070.26170.638.2557.45
Hex69BCAF2C071Aab2639
Octal1512742575407322534671
Binary1101001101111001010111110110001111101010101011100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69BCAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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