#69B0AA

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

Shades of Tradewind #69B0AA

Tints of Tradewind #69B0AA

Color information

#69B0AA (or 0x69B0AA) is unknown color: approx Tradewind. HEX triplet: 69, B0 and AA. RGB value is (105,176,170). Sum of RGB (Red+Green+Blue) = 105+176+170=451 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.28% from 451); Green value is 176 (69.14% from 255 or 39.02% from 451); Blue value is 170 (66.80% from 255 or 37.69% from 451); Max value from RGB is 176 - color contains mainly: green. Hex color #69B0AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69B0AA is #964F55. Grayscale: #9A9A9A. Windows color (decimal): -9850710 or 11186281. OLE color: 11186281.

HSL color Cylindrical-coordinate representation of color #69B0AA: hue angle of 174.93º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #69B0AA is Cyan = 0.40, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB105176170-
CMYK0.4000.030.31
HSL174.93º31%55.1%-
HSV(B)174.93º40.34%69.02%-
XYZ28.6136.9643.66-
YUV154.09136.9892.99-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 23.28%
GREEN value IS 176 (69.14% from 255) = 39.02%
BLUE value IS 170 (66.80% from 255) = 37.69%
R=23.28%
G=39.02%
B=37.69%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1051761700.4000.030.31174.933155.1
Hex69B0AA28031Faf1f37
Octal1512602525003372573767
Binary11010011011000010101010101000011111111010111111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69B0AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,176,170); }

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

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

 a { background-color: rgb(105,176,170); }

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

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

 span { border-color: rgb(105,176,170); }

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