#69BBAF

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

Shades of Tradewind #69BBAF

Tints of Tradewind #69BBAF

Color information

#69BBAF (or 0x69BBAF) is unknown color: approx Tradewind. HEX triplet: 69, BB and AF. RGB value is (105,187,175). Sum of RGB (Red+Green+Blue) = 105+187+175=467 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.48% from 467); Green value is 187 (73.44% from 255 or 40.04% from 467); Blue value is 175 (68.75% from 255 or 37.47% from 467); Max value from RGB is 187 - color contains mainly: green. Hex color #69BBAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69BBAF is #964450. Grayscale: #A1A1A1. Windows color (decimal): -9847889 or 11516777. OLE color: 11516777.

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

Color convert

RGB105187175-
CMYK0.4400.060.27
HSL171.22º37.61%57.25%-
HSV(B)171.22º43.85%73.33%-
XYZ31.3341.6446.94-
YUV161.11135.8387.98-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 22.48%
GREEN value IS 187 (73.44% from 255) = 40.04%
BLUE value IS 175 (68.75% from 255) = 37.47%
R=22.48%
G=40.04%
B=37.47%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1051871750.4400.060.27171.2237.6157.25
Hex69BBAF2C061Bab2639
Octal1512732575406332534671
Binary1101001101110111010111110110001101101110101011100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69BBAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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