#69B8AC

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

Shades of Tradewind #69B8AC

Tints of Tradewind #69B8AC

Color information

#69B8AC (or 0x69B8AC) is unknown color: approx Tradewind. HEX triplet: 69, B8 and AC. RGB value is (105,184,172). Sum of RGB (Red+Green+Blue) = 105+184+172=461 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.78% from 461); Green value is 184 (72.27% from 255 or 39.91% from 461); Blue value is 172 (67.58% from 255 or 37.31% from 461); Max value from RGB is 184 - color contains mainly: green. Hex color #69B8AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69B8AC is #964753. Grayscale: #9E9E9E. Windows color (decimal): -9848660 or 11319401. OLE color: 11319401.

HSL color Cylindrical-coordinate representation of color #69B8AC: hue angle of 170.89º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #69B8AC is Cyan = 0.43, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.28.

Color convert

RGB105184172-
CMYK0.4300.070.28
HSL170.89º35.75%56.67%-
HSV(B)170.89º42.93%72.16%-
XYZ30.4140.2645.2-
YUV159.01135.3389.48-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 22.78%
GREEN value IS 184 (72.27% from 255) = 39.91%
BLUE value IS 172 (67.58% from 255) = 37.31%
R=22.78%
G=39.91%
B=37.31%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1051841720.4300.070.28170.8935.7556.67
Hex69B8AC2B071Cab2439
Octal1512702545307342534471
Binary1101001101110001010110010101101111110010101011100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69B8AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,184,172); }

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

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

 a { background-color: rgb(105,184,172); }

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

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

 span { border-color: rgb(105,184,172); }

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