#6AB0A0

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

Shades of Tradewind #6AB0A0

Tints of Tradewind #6AB0A0

Color information

#6AB0A0 (or 0x6AB0A0) is unknown color: approx Tradewind. HEX triplet: 6A, B0 and A0. RGB value is (106,176,160). Sum of RGB (Red+Green+Blue) = 106+176+160=442 (58% of max value = 765). Red value is 106 (41.80% from 255 or 23.98% from 442); Green value is 176 (69.14% from 255 or 39.82% from 442); Blue value is 160 (62.89% from 255 or 36.20% from 442); Max value from RGB is 176 - color contains mainly: green. Hex color #6AB0A0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6AB0A0 is #954F5F. Grayscale: #999999. Windows color (decimal): -9785184 or 10530922. OLE color: 10530922.

HSL color Cylindrical-coordinate representation of color #6AB0A0: hue angle of 166.29º 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 #6AB0A0 is Cyan = 0.40, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.31.

Color convert

RGB106176160-
CMYK0.4000.090.31
HSL166.29º30.7%55.29%-
HSV(B)166.29º39.77%69.02%-
XYZ27.8136.6538.87-
YUV153.25131.8194.3-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 23.98%
GREEN value IS 176 (69.14% from 255) = 39.82%
BLUE value IS 160 (62.89% from 255) = 36.20%
R=23.98%
G=39.82%
B=36.20%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1061761600.4000.090.31166.2930.755.29
Hex6AB0A028091Fa61f37
Octal15226024050011372463767
Binary1101010101100001010000010100001001111111010011011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AB0A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,176,160); }

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

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

 a { background-color: rgb(106,176,160); }

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

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

 span { border-color: rgb(106,176,160); }

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