#6AB3A5

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

Shades of Tradewind #6AB3A5

Tints of Tradewind #6AB3A5

Color information

#6AB3A5 (or 0x6AB3A5) is unknown color: approx Tradewind. HEX triplet: 6A, B3 and A5. RGB value is (106,179,165). Sum of RGB (Red+Green+Blue) = 106+179+165=450 (59% of max value = 765). Red value is 106 (41.80% from 255 or 23.56% from 450); Green value is 179 (70.31% from 255 or 39.78% from 450); Blue value is 165 (64.84% from 255 or 36.67% from 450); Max value from RGB is 179 - color contains mainly: green. Hex color #6AB3A5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6AB3A5 is #954C5A. Grayscale: #9B9B9B. Windows color (decimal): -9784411 or 10859370. OLE color: 10859370.

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

Color convert

RGB106179165-
CMYK0.4100.080.30
HSL168.49º32.44%55.88%-
HSV(B)168.49º40.78%70.2%-
XYZ28.8638.0241.42-
YUV155.58133.3292.64-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 23.56%
GREEN value IS 179 (70.31% from 255) = 39.78%
BLUE value IS 165 (64.84% from 255) = 36.67%
R=23.56%
G=39.78%
B=36.67%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1061791650.4100.080.30168.4932.4455.88
Hex6AB3A529081Ea82038
Octal15226324551010362504070
Binary11010101011001110100101101001010001111010101000100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AB3A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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