#6ABBB3

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

Shades of Tradewind #6ABBB3

Tints of Tradewind #6ABBB3

Color information

#6ABBB3 (or 0x6ABBB3) is unknown color: approx Tradewind. HEX triplet: 6A, BB and B3. RGB value is (106,187,179). Sum of RGB (Red+Green+Blue) = 106+187+179=472 (62% of max value = 765). Red value is 106 (41.80% from 255 or 22.46% from 472); Green value is 187 (73.44% from 255 or 39.62% from 472); Blue value is 179 (70.31% from 255 or 37.92% from 472); Max value from RGB is 187 - color contains mainly: green. Hex color #6ABBB3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ABBB3 is #95444C. Grayscale: #A1A1A1. Windows color (decimal): -9782349 or 11778922. OLE color: 11778922.

HSL color Cylindrical-coordinate representation of color #6ABBB3: hue angle of 174.07º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6ABBB3 is Cyan = 0.43, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.27.

Color convert

RGB106187179-
CMYK0.4300.040.27
HSL174.07º37.33%57.45%-
HSV(B)174.07º43.32%73.33%-
XYZ31.8541.8649.05-
YUV161.87137.6688.15-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 22.46%
GREEN value IS 187 (73.44% from 255) = 39.62%
BLUE value IS 179 (70.31% from 255) = 37.92%
R=22.46%
G=39.62%
B=37.92%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1061871790.4300.040.27174.0737.3357.45
Hex6ABBB32B041Bae2539
Octal1522732635304332564571
Binary1101010101110111011001110101101001101110101110100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ABBB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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