#6AB3AD

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

Shades of Tradewind #6AB3AD

Tints of Tradewind #6AB3AD

Color information

#6AB3AD (or 0x6AB3AD) is unknown color: approx Tradewind. HEX triplet: 6A, B3 and AD. RGB value is (106,179,173). Sum of RGB (Red+Green+Blue) = 106+179+173=458 (60% of max value = 765). Red value is 106 (41.80% from 255 or 23.14% from 458); Green value is 179 (70.31% from 255 or 39.08% from 458); Blue value is 173 (67.97% from 255 or 37.77% from 458); Max value from RGB is 179 - color contains mainly: green. Hex color #6AB3AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6AB3AD is #954C52. Grayscale: #9C9C9C. Windows color (decimal): -9784403 or 11383658. OLE color: 11383658.

HSL color Cylindrical-coordinate representation of color #6AB3AD: hue angle of 175.07º degrees, saturation: 0.32, 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 #6AB3AD is Cyan = 0.41, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.30.

Color convert

RGB106179173-
CMYK0.4100.030.30
HSL175.07º32.44%55.88%-
HSV(B)175.07º40.78%70.2%-
XYZ29.6138.3245.37-
YUV156.49137.3291.99-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 23.14%
GREEN value IS 179 (70.31% from 255) = 39.08%
BLUE value IS 173 (67.97% from 255) = 37.77%
R=23.14%
G=39.08%
B=37.77%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1061791730.4100.030.30175.0732.4455.88
Hex6AB3AD29031Eaf2038
Octal1522632555103362574070
Binary110101010110011101011011010010111111010101111100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AB3AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6AB3AD; }

 p { color: rgb(106,179,173); }

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

<style>
 a { background-color: #6AB3AD; }

 a { background-color: rgb(106,179,173); }

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

<style>
 span { border-color: #6AB3AD; }

 span { border-color: rgb(106,179,173); }

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